Class TokenItem
Represents the token for multiselection mode in SfComboBox control.
Inheritance
System.Object
TokenItem
Namespace: Syncfusion.XForms.WPF.ComboBox
Assembly: Syncfusion.SfComboBox.XForms.WPF.dll
Syntax
public class TokenItem : ContentControl
Constructors
TokenItem(SfComboBox)
Declaration
public TokenItem(SfComboBox comboBox)
Parameters
Type | Name | Description |
---|---|---|
SfComboBox | comboBox |
Fields
ImageProperty
Gets or sets the image of token. It is a dependency property.
Declaration
public static readonly DependencyProperty ImageProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ItemProperty
Using a DependencyProperty as the backing store for Item. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ItemProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Methods
OnApplyTemplate()
Initializes the elements in the template of token item.
Declaration
public override void OnApplyTemplate()