CustomRowCellEditEventArgs Properties
Provides data for the GridView.CustomRowCellEdit event.
Name | Description |
---|---|
Cell |
Returns the currently processed cell value.
Inherited from Custom |
Column |
Gets the column to which the currently processed cell corresponds.
Inherited from Custom |
Repository |
Gets or sets the editor used to edit the currently processed cell. |
Row |
Gets the handle of the row that contains the processed cell.
Inherited from Custom |
See Also