ASPxClientGridViewFocusedCellChangingEventArgs Members
Provides data for the ASPxClientGridView.FocusedCellChanging event.Constructors
| Name | Description |
|---|---|
| constructor(cellInfo) | Initializes a new instance of the ASPxClientGridViewFocusedCellChangingEventArgs class with specified settings. |
Properties
| 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