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.v22.2.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
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:
Show 13 property paths
Object Type | Path to IsMasterFilter |
---|---|
BubbleMapDashboardItem |
|
CardDashboardItem |
|
ChoroplethMapDashboardItem |
|
CustomDashboardItem |
|
CustomDashboardItem<T> |
|
GaugeDashboardItem |
|
GeoPointMapDashboardItem |
|
GeoPointMapDashboardItemBase |
|
GridDashboardItem |
|
KpiDashboardItem<TKpiElement> |
|
MapDashboardItem |
|
PieMapDashboardItem |
|
ScatterChartDashboardItem |
|
See Also