Class DropDownSelectionMode
Defines the constants that specifies the selection mode of the drop-down.
Inheritance
System.Object
DropDownSelectionMode
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public sealed class DropDownSelectionMode : Enum
Fields
Multiple
Specifies that multiple items can be selected.
Declaration
public const DropDownSelectionMode Multiple
Field Value
Type |
---|
DropDownSelectionMode |
Single
Specifies that only one item can be selected.
Declaration
public const DropDownSelectionMode Single
Field Value
Type |
---|
DropDownSelectionMode |