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

TreeListSettings.HeaderFilterFillItems Property

Enables you to provide custom filter items displayed within a filter dropdown.

Namespace: DevExpress.Web.Mvc

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

Declaration

public ASPxTreeListHeaderFilterEventHandler HeaderFilterFillItems { get; set; }

Property Value

Type Description
ASPxTreeListHeaderFilterEventHandler

A ASPxTreeListHeaderFilterEventHandler delegate method allowing you to implement custom processing.

See Also