GetCustomRowCellEditEventArgs Properties
Provides data for the VGridControlBase.RecordCellStyle event.
Name | Description |
---|---|
Cell |
Gets the processed cell’s index.
Inherited from Row |
Record |
Gets the index of the record containing the processed cell.
Inherited from Row |
Repository |
Gets or sets the editor assigned to the processed cell. |
Row |
Gets the processed row.
Inherited from Row |
See Also