Back to Devexpress

RowCellStyleEventArgs.Appearance Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-rowcellstyleeventargs.md

latest1.7 KB
Original Source

RowCellStyleEventArgs.Appearance Property

Gets the appearance settings used to paint the data cell currently being processed.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public AppearanceObject Appearance { get; }
vb
Public ReadOnly Property Appearance As AppearanceObject

Property Value

TypeDescription
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

Appearance and Conditional Formatting

RowCellStyleEventArgs Class

RowCellStyleEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace