Class SelectionMode
Defines constants that specify the selections that are supported by a SfDataGrid control.
Inheritance
System.Object
SelectionMode
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public sealed class SelectionMode : Enum
Fields
Multiple
Specifies the multiple selection mode that allows selection for multiple views in a SfDataGrid control.
Declaration
public const SelectionMode Multiple
Field Value
Type |
---|
SelectionMode |
None
Specifies the none selection mode that restricts selection in a SfDataGrid control.
Declaration
public const SelectionMode None
Field Value
Type |
---|
SelectionMode |
Single
Specifies the single selection mode that restricts selection for only one view at a time in a SfDataGrid control.
Declaration
public const SelectionMode Single
Field Value
Type |
---|
SelectionMode |
SingleDeselect
Specifies the single selection mode that restricts selection for only one view at a time in a SfDataGrid control. In addition it also lets you de-select the selected row.
Declaration
public const SelectionMode SingleDeselect
Field Value
Type |
---|
SelectionMode |