menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TokenItem - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved