Edit

Share via


TokenizingTextBoxItem Class

Definition

A control that manages as the item logic for the TokenizingTextBox control.

[Microsoft.UI.Xaml.TemplatePart(Name="PART_AutoSuggestBox", Type=typeof(Microsoft.UI.Xaml.Controls.AutoSuggestBox))]
[Microsoft.UI.Xaml.TemplatePart(Name="PART_ClearButton", Type=typeof(Microsoft.UI.Xaml.Controls.Primitives.ButtonBase))]
public class TokenizingTextBoxItem : Microsoft.UI.Xaml.Controls.ListViewItem
[<Microsoft.UI.Xaml.TemplatePart(Name="PART_AutoSuggestBox", Type=typeof(Microsoft.UI.Xaml.Controls.AutoSuggestBox))>]
[<Microsoft.UI.Xaml.TemplatePart(Name="PART_ClearButton", Type=typeof(Microsoft.UI.Xaml.Controls.Primitives.ButtonBase))>]
type TokenizingTextBoxItem = class
    inherit ListViewItem
Public Class TokenizingTextBoxItem
Inherits ListViewItem
Inheritance
Microsoft.UI.Xaml.Controls.ListViewItem
TokenizingTextBoxItem
Attributes
Microsoft.UI.Xaml.TemplatePartAttribute

Constructors

TokenizingTextBoxItem()

Initializes a new instance of the TokenizingTextBoxItem class.

Fields

ClearButtonStyleProperty

Identifies the ClearButtonStyle property.

Properties

ClearButtonStyle

Gets or sets the Style for the 'Clear' Button

Methods

OnApplyTemplate() Microsoft.UI.Xaml.Controls.ListViewItem.OnApplyTemplate

Events

ClearAllAction

Event raised when the delete key or a backspace is pressed.

ClearClicked

Event raised when the 'Clear' Button is clicked.

Applies to