Skip to main content
All docs
V25.1
  • DxDashboard.UseNeutralFilterMode Property

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

    Namespace: DevExpress.DashboardBlazor

    Assembly: DevExpress.Dashboard.v25.1.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