Skip to main content

VerticalGridSettings.HeaderFilterFillItems Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxVerticalGridHeaderFilterEventHandler HeaderFilterFillItems { get; set; }

Property Value

Type Description
ASPxVerticalGridHeaderFilterEventHandler

A ASPxVerticalGridHeaderFilterEventHandler delegate method allowing you to implement custom processing.

See Also