Class ComboBoxMultiSelectionDisplayMode
Defines constants to display multiple selected item in the selection area either as text by separating with delimiter or as token item with clear option in each item.
Inheritance
System.Object
ComboBoxMultiSelectionDisplayMode
Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public sealed class ComboBoxMultiSelectionDisplayMode : Enum
Remarks
Token display can be used in editable and non-editable mode where else delimiter is only used in non-editable mode.
Fields
Delimiter
Represent selected items with text separated using delimiter.
Declaration
public const ComboBoxMultiSelectionDisplayMode Delimiter
Field Value
Type |
---|
ComboBoxMultiSelectionDisplayMode |
Token
Represent selected items using Token.
Declaration
public const ComboBoxMultiSelectionDisplayMode Token
Field Value
Type |
---|
ComboBoxMultiSelectionDisplayMode |