ASPxStartRowEditingEventArgs Properties
Provides data for the ASPxGridView.StartRowEditing event.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| EditingKeyValue | Gets the processed row’s key value. |
See Also