Skip to main content

GridView.IsCellSelect Property

Gets or sets whether block selection is enabled.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual bool IsCellSelect { get; }

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