Back to Devexpress

GetCustomNodeCellStyleEventArgs.Appearance Property

windowsforms-devexpress-dot-xtratreelist-dot-getcustomnodecellstyleeventargs.md

latest1.5 KB
Original Source

GetCustomNodeCellStyleEventArgs.Appearance Property

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

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
AppearanceObject

An AppearanceObject object which provides the appearance settings used to paint the cell.

|

Remarks

Use this property to apply custom appearance settings to individual cells.

See Also

GetCustomNodeCellStyleEventArgs Class

GetCustomNodeCellStyleEventArgs Members

DevExpress.XtraTreeList Namespace