Back to Devexpress

DxDashboard.UseNeutralFilterMode Property

dashboard-devexpress-dot-dashboardblazor-dot-dxdashboard-08cb81da.md

latest1.9 KB
Original Source

DxDashboard.UseNeutralFilterMode Property

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

Namespace : DevExpress.DashboardBlazor

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

NuGet Package : DevExpress.Blazor.Dashboard

Declaration

csharp
[Parameter]
public bool UseNeutralFilterMode { get; set; }
vb
<Parameter>
Public Property UseNeutralFilterMode As Boolean

Property Value

TypeDescription
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

DxDashboard Class

DxDashboard Members

DevExpress.DashboardBlazor Namespace