RowCellStyleEventArgs.Appearance Property
In This Article
Gets the appearance settings used to paint the data cell currently being processed.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public AppearanceObject Appearance { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
Use this property to apply custom appearance settings to individual data cells.
See Also