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.v20.2.Core.dll
Declaration
[DefaultValue(false)]
public bool IsMasterFilterCrossDataSource { get; set; }
<DefaultValue(False)>
Public Property IsMasterFilterCrossDataSource As Boolean
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.
Implements
DevExpress.DashboardCommon.Native.IInteractivityOptionsProvider.IsMasterFilterCrossDataSource
See Also
Feedback