Skip to main content
All docs
V25.1
  • ASPxClientTreeListSelectionState Enum

    Lists values that specify a cell’s selection state.

    #Declaration

    TypeScript
    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.