Class DeleteButtonPlacement
Placement option to align the delete button in token.
Inheritance
System.Object
DeleteButtonPlacement
Namespace: Syncfusion.iOS.ComboBox
Assembly: Syncfusion.SfComboBox.iOS.dll
Syntax
public sealed class DeleteButtonPlacement : Enum
Fields
Left
Placement option to align the delete button in left side of Token.
Declaration
public const DeleteButtonPlacement Left
Field Value
Right
Placement option to align the delete button in right side of Token.
Declaration
public const DeleteButtonPlacement Right