ASPxGridHeaderFilterEventArgs.Values Property
In This Article
Gets a collection that contains the header filer values.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridHeaderFilterValues Values { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Use the Values property to specify which column values should be displayed in the header filter, or add new filter items.
See Also