Enum DropDownSelectionMode
Defines the constants that specifies the selection mode of the drop-down.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum DropDownSelectionMode
Fields
| Name | Description |
|---|---|
| Multiple | Specifies that multiple items can be selected. |
| Single | Specifies that only one item can be selected. |