Skip to main content
All docs
V23.2

ASPxClientGridSelectionState Enum

Lists values that specify a cell’s selection state.

Declaration

declare enum ASPxClientGridSelectionState {
    Unselected = 0,
    Selected = 1,
}

Members

Name Description
Selected

The cell is selected.

Unselected

The cell is deselected.

Remarks

Use the following properties to get the cell’s selection state in the CellSelectionChanging event handler: