A newer version of this page is available.
Switch to the current version.
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; }
Public ReadOnly Property Values As GridHeaderFilterValues
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
Feedback