Skip to main content
All docs
V25.1
  • ASPxClientTreeListCellSelectionChangingEventArgs Properties
    Show Inherited Hide Inherited

    Contains data for the CellSelectionChanging event.
    Name Description
    cancel Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs.
    cellInfo Gets information about the cell whose selection was changed.
    newSelectionState Gets the new selection state of the cell.
    See Also