ASPxClientGridViewFocusedCellChangingEventArgs Properties
Provides data for the ASPxClientGridView.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