Skip to main content

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.v24.1.Core.dll

NuGet Package: DevExpress.Dashboard.Core

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