Skip to main content
All docs
V23.2

ASPxClientTreeListCellSelectionChangingEventArgs Properties

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