GetCustomRowCellStyleEventArgs Properties
Provides data for the VGridControlBase.RecordCellStyle event.
Name | Description |
---|---|
Appearance | Gets the appearance settings used to paint the cell currently being processed. |
Cell |
Gets the processed cell’s index.
Inherited from Row |
Record |
Gets the index of the record containing the processed cell.
Inherited from Row |
Row |
Gets the processed row.
Inherited from Row |
See Also