Back to Devexpress

GridView.IsCellSelect Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-ff4060ab.md

latest2.4 KB
Original Source

GridView.IsCellSelect Property

Gets or sets whether block selection is enabled.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public virtual bool IsCellSelect { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property IsCellSelect As Boolean

Property Value

TypeDescription
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

MultiSelect

MultiSelectMode

IsCellSelected

SelectCell

SelectCellAnchorRange

UnselectCell

Multiple Row and Cell Selection

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace