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

VerticalGridSettings.HeaderFilterFillItems Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public ASPxVerticalGridHeaderFilterEventHandler HeaderFilterFillItems { get; set; }

Property Value

Type Description
ASPxVerticalGridHeaderFilterEventHandler

A ASPxVerticalGridHeaderFilterEventHandler delegate method allowing you to implement custom processing.

See Also