Back to Devexpress

GridColumnFilterOptions Class

dashboard-devexpress-dot-dashboardcommon-8070275e.md

latest1.9 KB
Original Source

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.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class GridColumnFilterOptions
vb
Public Class GridColumnFilterOptions

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.

Inheritance

Object GridColumnFilterOptions

See Also

GridColumnFilterOptions Members

DevExpress.DashboardCommon Namespace