Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Token - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Token

    Token class.

    Inheritance
    System.Object
    Token
    Namespace: Syncfusion.iOS.ComboBox
    Assembly: Syncfusion.SfComboBox.iOS.dll
    Syntax
    public class Token : UIView

    Constructors

    Token(Boolean)

    Initializes a new instance of the Token class.

    Declaration
    public Token(bool templateApplied)
    Parameters
    Type Name Description
    System.Boolean templateApplied

    If set to true template applied.

    Properties

    Image

    Gets or sets the image.

    Declaration
    public string Image { get; set; }
    Property Value
    Type Description
    System.String

    The image.

    Text

    Gets or sets the text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    The text.

    TokenCustomView

    Gets or sets the token custom view.

    Declaration
    public UIView TokenCustomView { get; set; }
    Property Value
    Type Description
    UIKit.UIView

    The token custom view.

    Methods

    add_TokenRemoved(Token.TokenRemoveEventHandler)

    Declaration
    public void add_TokenRemoved(Token.TokenRemoveEventHandler value)
    Parameters
    Type Name Description
    Token.TokenRemoveEventHandler value

    LayoutSubviews()

    Layouts the sub views

    Declaration
    public override void LayoutSubviews()

    remove_TokenRemoved(Token.TokenRemoveEventHandler)

    Declaration
    public void remove_TokenRemoved(Token.TokenRemoveEventHandler value)
    Parameters
    Type Name Description
    Token.TokenRemoveEventHandler value

    Events

    TokenRemoved

    Occurs when token removed.

    Declaration
    public event Token.TokenRemoveEventHandler TokenRemoved
    Event Type
    Type Description
    Token.TokenRemoveEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved