FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs.Values Property
In This Article
Gets the filter values.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridHeaderFilterValues Values { get; protected set; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Use the Values property to specify which column values should be displayed in the column header filter or add new filter items.
To learn more about custom columns, see the Custom Columns topic.
See Also