Enum SelectionUnit
Defines the constants that specify the type of selection.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum SelectionUnit
Fields
Name | Description |
---|---|
Any | Specifies that the both cells and rows are selectable. |
Cell | Specifies that the cells are selectable on clicking a cell. |
Row | Specifies that the rows are selectable on clicking a cell. |