Back to Devexpress

VerticalGridSettings.HeaderFilterFillItems Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridsettings-e6f2969e.md

latest1.5 KB
Original Source

VerticalGridSettings.HeaderFilterFillItems Property

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxVerticalGridHeaderFilterEventHandler HeaderFilterFillItems { get; set; }
vb
Public Property HeaderFilterFillItems As ASPxVerticalGridHeaderFilterEventHandler

Property Value

TypeDescription
ASPxVerticalGridHeaderFilterEventHandler

A ASPxVerticalGridHeaderFilterEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

Vertical Grid

VerticalGridSettings Class

VerticalGridSettings Members

DevExpress.Web.Mvc Namespace