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 : EnumRemarks
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 DelimiterField Value
| Type | 
|---|
| ComboBoxMultiSelectionDisplayMode | 
Token
Represent selected items using Token.
Declaration
public const ComboBoxMultiSelectionDisplayMode TokenField Value
| Type | 
|---|
| ComboBoxMultiSelectionDisplayMode |