Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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