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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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