Skip to main content

DashboardItemInteractivityOptions.IsMasterFilter Property

OBSOLETE

This property is now obsolete. Use the MasterFilterMode property instead.

Gets or sets whether this dashboard item acts as a Master Filter.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[Browsable(false)]
[Obsolete("This property is now obsolete. Use the MasterFilterMode property instead.")]
public bool IsMasterFilter { get; set; }

Property Value

Type Description
Boolean

true, if this dashboard item should act as a Master Filter; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to IsMasterFilter
CustomDashboardItem
.InteractivityOptions .IsMasterFilter
GridDashboardItem
.InteractivityOptions .IsMasterFilter
KpiDashboardItem<TKpiElement>
.InteractivityOptions .IsMasterFilter
MapDashboardItem
.InteractivityOptions .IsMasterFilter
ScatterChartDashboardItem
.InteractivityOptions .IsMasterFilter
See Also