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

MVCxGridViewProperties.HeaderFilterFillItems Property

Enables you to add custom filter items to ones displayed within a header filter.

Namespace: DevExpress.Web.Mvc

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

Declaration

public ASPxGridViewHeaderFilterEventHandler HeaderFilterFillItems { get; set; }

Property Value

Type Description
ASPxGridViewHeaderFilterEventHandler

A ASPxGridViewHeaderFilterEventHandler delegate method allowing you to implement custom processing.

Remarks

Implement a ASPxGridViewHeaderFilterEventHandler delegate method and assign it to the HeaderFilterFillItems property. For more implementation details, refer to the ASPxGridViewHeaderFilterEventHandler delegate description.

See Also