Back to Devexpress

DashboardItemMasterFilterMode Enum

dashboard-devexpress-dot-dashboardcommon-31828b78.md

latest1.9 KB
Original Source

DashboardItemMasterFilterMode Enum

Lists values that specify the selection mode of the master filter item.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum DashboardItemMasterFilterMode
vb
Public Enum DashboardItemMasterFilterMode

Members

NameDescription
None

Master filtering is disabled.

| | Single |

Allows a user to select a single element within the dashboard item. The selection cannot be empty.

| | Multiple |

Allows a user to switch between the single or multiple selection within the dashboard item. The selection can be empty.

|

The following properties accept/return DashboardItemMasterFilterMode values:

Remarks

Values listed in this enumeration are used to set the DashboardItemInteractivityOptions.MasterFilterMode property.

See Also

DevExpress.DashboardCommon Namespace