Back to Devexpress

TreeListAppearanceCollection.FilterPanel Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistappearancecollection-30d6a27c.md

latest1.8 KB
Original Source

TreeListAppearanceCollection.FilterPanel Property

Gets the appearance settings used to paint the Filter Panel.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
AppearanceObject

An AppearanceObject object that contains appearance settings used to paint the filter panel.

|

Remarks

Appearance settings specified by the FilterPanel property can be overridden in the TreeList.CustomDrawFilterPanel event handler.

See Also

Filtering

TreeListAppearanceCollection Class

TreeListAppearanceCollection Members

DevExpress.XtraTreeList Namespace