Skip to main content

TreeListSettings.HeaderFilterFillItems Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxTreeListHeaderFilterEventHandler HeaderFilterFillItems { get; set; }

Property Value

Type Description
ASPxTreeListHeaderFilterEventHandler

A ASPxTreeListHeaderFilterEventHandler delegate method allowing you to implement custom processing.

See Also