Skip to main content

MVCxGridViewProperties.BeforeHeaderFilterFillItems Property

Enables you to provide custom filter items instead of default ones displayed within a header filter.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxGridViewBeforeHeaderFilterFillItemsEventHandler BeforeHeaderFilterFillItems { get; set; }

Property Value

Type Description
ASPxGridViewBeforeHeaderFilterFillItemsEventHandler

A ASPxGridViewBeforeHeaderFilterFillItemsEventHandler delegate method allowing you to implement custom processing.

Remarks

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

See Also