Skip to main content
A newer version of this page is available. .
All docs
V23.1

GridColumnFilterOptions Class

Contains settings of the column filters that allow users to search data in the Grid item.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public class GridColumnFilterOptions

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