ASPxClientVerticalGridFocusedCellChangingEventArgs Properties
Provides data for the ASPxClientVerticalGrid.FocusedCellChanging event.| Name | Description |
|---|---|
| cancel | Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs. |
| cellInfo | Provides information on a cell currently being focused. |
See Also