Skip to main content
A newer version of this page is available. .

GridView.IsCellSelect Property

Gets or sets whether block selection is enabled.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

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