Back to Devexpress

GridView.IsCellSelected(GridCell) Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-dot-iscellselected-x28-devexpress-dot-xtragrid-dot-views-dot-base-dot-gridcell-x29.md

latest1.8 KB
Original Source

GridView.IsCellSelected(GridCell) Method

Indicates whether the specified cell is selected.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public bool IsCellSelected(
    GridCell cell
)
vb
Public Function IsCellSelected(
    cell As GridCell
) As Boolean

Parameters

NameTypeDescription
cellGridCell

A GridCell object which represents the grid cell.

|

Returns

TypeDescription
Boolean

true is the cell is selected; otherwise, false.

|

See Also

IsCellSelect

SelectCell

Multiple Row and Cell Selection

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace