GridEditStartEventArgs Properties
Contains data for the EditStart event.| Name | Description |
|---|---|
| Cancel | Specifies whether the edit start operation should be canceled. |
| DataItem | Returns the processed data item. |
| Grid | Returns an object that defines grid API members (properties and methods). |
| IsNew | Returns whether a new or existing data item is about to be edited. |
See Also