Skip to main content
All docs
V25.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.v25.1.Core.dll

    NuGet Package: DevExpress.Dashboard.Core

    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