Back to Devexpress

ASPxClientGridSelectionState Enum

aspnet-js-aspxclientgridselectionstate.md

latest813 B
Original Source

ASPxClientGridSelectionState Enum

Lists values that specify a cell’s selection state.

Declaration

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

Members

NameDescription
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: