DxDashboard.UseNeutralFilterMode Property
Specifies whether to show all items in the filter elements deselected by default.
Namespace: DevExpress.DashboardBlazor
Assembly: DevExpress.Dashboard.v24.1.Blazor.dll
NuGet Package: DevExpress.Blazor.Dashboard
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to activate Neutral Filter Mode; otherwise, false. |
Remarks
The standard filter mode shows all the selected items in the filter elements and you need an additional click to initiate a filtering operation. This mode also generates filter criteria that are processed by the data layer and/or database.
The neutral filter mode does not apply any criteria to the data source in its default state.
See the following topic for more information about the neutral filter mode: Neutral Filter Mode.