Skip to main content

TreeListAppearanceCollection.FilterPanel Property

Gets the appearance settings used to paint the Filter Panel.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public AppearanceObject FilterPanel { get; }

Property Value

Type Description
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