Skip to main content
A newer version of this page is available. .
All docs
V21.2

DxDashboard.UseNeutralFilterMode Property

Specifies whether to show all items in the filter elements deselected by default.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v21.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public bool UseNeutralFilterMode { get; set; }

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.

See Also