GridView.IsCellSelect Property
In This Article
Gets or sets whether block selection is enabled.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if block selection is enabled; otherwise, false. |
#Remarks
End-users can select multiple cells (block selection) if the View’s ColumnViewOptionsSelection.MultiSelect option is set to true and the GridOptionsSelection.MultiSelectMode property is set to the GridMultiSelectMode.CellSelect value.
See Also