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.v25.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 |
|
| GridDashboardItem |
|
| KpiDashboardItem<TKpiElement> |
|
| MapDashboardItem |
|
| ScatterChartDashboardItem |
|
See Also