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

TreeListStyles.HeaderFilterItem Property

Gets the style settings defining the appearance of the Header Filter items.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ListBoxItemStyle HeaderFilterItem { get; }

Property Value

Type Description
ListBoxItemStyle

A ListBoxItemStyle object that contains style settings.

See Also