Skip to main content
A newer version of this page is available. .

TreeListAppearanceCollection.FilterPanel Property

Gets the appearance settings used to paint the Filter Panel.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

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