Back to Devexpress

TreeListAppearanceCollection.Preview Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistappearancecollection-7cbd56fa.md

latest1.9 KB
Original Source

TreeListAppearanceCollection.Preview Property

Gets the appearance settings used to paint preview sections.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
AppearanceObject

An AppearanceObject object that provides the appearance settings used to paint preview sections.

|

Remarks

Preview sections can also be custom painted using the TreeList.CustomDrawNodePreview event.

For more information on appearances, see the Appearances topic.

See Also

Appearances

TreeListAppearanceCollection Class

TreeListAppearanceCollection Members

DevExpress.XtraTreeList Namespace