GridColumnFilterOptions Class
In This Article
Contains settings of the column filters that allow users to search data in the Grid item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Related API Members
The following members return GridColumnFilterOptions objects:
#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.
See Also