GridCustomizeEditModelEventArgs Properties
Contains data for the CustomizeEditModel event.Name | Description |
---|---|
DataItem | Returns the processed data item. |
EditModel | Returns the edit model. |
Grid | An object that implements the IGrid interface. |
IsNew | Returns whether the edit model corresponds to a new or existing row. |
See Also