GridColumnFilterOptions Class
Contains settings of the column filters that allow users to search data in the Grid item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Remarks
Column filters allow users to search data in the Grid item. These filters do not affect data outside the Grid.
- Set the ShowFilterRow property to
true
to enable the filter row. - Set the UpdateTotals property to
true
to reflect changes in column values and recalculate totals based on the applied column filter.
Inheritance
Object
GridColumnFilterOptions
See Also