Back to Devexpress

TreeListAppearanceCollection.Empty Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistappearancecollection-6c6c4d83.md

latest1.9 KB
Original Source

TreeListAppearanceCollection.Empty Property

Gets the appearance settings used to paint the Tree List’s empty space.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
AppearanceObject

An AppearanceObject object that provides the appearance settings used to paint the Tree List’s empty space.

|

Remarks

Appearance settings specified by the Empty property can be overridden in the TreeList.CustomDrawEmptyArea event handler.

For more information on appearances, see the Appearances topic.

See Also

Appearances

TreeListAppearanceCollection Class

TreeListAppearanceCollection Members

DevExpress.XtraTreeList Namespace