GridDashboardItem.ColumnFilterOptions Property
Provides access to the Grid’s column filter settings.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
| Type | Description |
|---|---|
| GridColumnFilterOptions | A GridColumnFilterOptions object that contains Grid’s column filter options. |
Remarks
Column filters allow users to search data in the Grid item. These filters do not affect data outside the Grid.
- Set the GridColumnFilterOptions.ShowFilterRow property to
trueto enable the filter row. - Set the GridColumnFilterOptions.UpdateTotals property to
trueto reflect changes in column values and recalculate totals based on the applied column filter.
See Also