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

CardViewSettings.HeaderFilterFillItems Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public ASPxCardViewHeaderFilterEventHandler HeaderFilterFillItems { get; set; }

Property Value

Type Description
ASPxCardViewHeaderFilterEventHandler

An ASPxCardViewHeaderFilterEventHandler delegate method allowing you to implement custom processing.

See Also