Skip to main content
A newer version of this page is available. .

DashboardItemInteractivityOptions.MasterFilterMode Property

Gets or sets the selection mode of the master filter item.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[DefaultValue(DashboardItemMasterFilterMode.None)]
public DashboardItemMasterFilterMode MasterFilterMode { get; set; }

Property Value

Type Default Description
DashboardItemMasterFilterMode **None**

A DashboardItemMasterFilterMode enumeration value that specifies the selection mode of the master filter item.

Property Paths

You can access this nested property as listed below:

Remarks

If the selection mode is Single and you pass multiple master filter values in the dashboard state, the first value from the state will be used as a master filter value.

To learn more about master filtering, see the Master Filtering topic.

See Also