RowCellStyleEventArgs.Appearance Property
Gets the appearance settings used to paint the data cell currently being processed.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
AppearanceObject | An AppearanceObject object that provides the appearance settings used to paint the cell. |
Remarks
Use this property to apply custom appearance settings to individual data cells.
See Also