ASPxClientTreeListSelectionState Enum
Lists values that specify a cell’s selection state.
Declaration
declare enum ASPxClientTreeListSelectionState {
Unselected = 0,
Selected = 1,
}
Members
Name | Description |
---|---|
Selected
|
The cell is selected. |
Unselected
|
The cell is deselected. |
Remarks
Use the newSelectionState property to get the cell’s selection state in the CellSelectionChanging event handler.