DashboardItemInteractivityOptions.MasterFilterMode Property
Gets or sets the selection mode of the master filter item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[DefaultValue(DashboardItemMasterFilterMode.None)]
public DashboardItemMasterFilterMode MasterFilterMode { get; set; }
<DefaultValue(DashboardItemMasterFilterMode.None)>
Public Property MasterFilterMode As DashboardItemMasterFilterMode
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:
Show 16 property paths
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
Feedback