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

ASPxGridHeaderFilterEventArgs.Values Property

Gets a collection that contains the header filer values.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridHeaderFilterValues Values { get; }

Property Value

Type Description
GridHeaderFilterValues

A GridHeaderFilterValues objects containing the header filter values for the current column.

Remarks

Use the Values property to specify which column values should be displayed in the header filter, or add new filter items.

See Also