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

FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs.Values Property

Gets the filter values.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public GridHeaderFilterValues Values { get; protected set; }

Property Value

Type Description
GridHeaderFilterValues

A GridHeaderFilterValues object that contains filter values for the current column.

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