Back to Devexpress

DashboardSettings.UseNeutralFilterMode Property

dashboard-devexpress-dot-dashboardcommon-dot-dashboardsettings-39916196.md

latest2.2 KB
Original Source

DashboardSettings.UseNeutralFilterMode Property

Gets or sets whether Neutral Filter mode is activated for a dashboard control.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public static DefaultBoolean UseNeutralFilterMode { get; set; }
vb
Public Shared Property UseNeutralFilterMode As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

True to activate Neutral Filter mode; otherwise, False or Default.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

The DashboardSettings.UseNeutralFilterMode property is in effect when the DashboardControl.UseNeutralFilterMode property is not specified.

The following code snippet activates neutral filter mode:

csharp
DashboardSettings.UseNeutralFilterMode = DefaultBoolean.True;

Note

The Default values of DashboardSettings properties are set based on the DevExpress installation version. You can, however, use the DashboardSettings.DefaultSettingsCompatibilityMode property to change the default settings and specify the version settings you wish to use.

See Also

DashboardSettings Class

DashboardSettings Members

DevExpress.DashboardCommon Namespace