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

DataDashboardItem.IsMasterFilterCrossDataSource Property

Gets or sets whether filtering applied by this master filter affects dashboard items that display data from other data sources.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

[DefaultValue(false)]
public bool IsMasterFilterCrossDataSource { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to apply filtering to dashboard items that display data from other data sources; otherwise, false.

Remarks

To enable a dashboard item to be a Master Filter, use the DashboardItemInteractivityOptions.MasterFilterMode property. You can access an object that exposes this property via the dashboard item’s InteractivityOptions property.

See Also