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

TreeListDataColumn.SettingsHeaderFilter Property

Provides access to the column’s header filter settings.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListColumnSettingsHeaderFilter SettingsHeaderFilter { get; }

Property Value

Type Description
TreeListColumnSettingsHeaderFilter

A TreeListColumnSettingsHeaderFilter object that contains the header filter settings.

See Also