DashboardTabPage.InteractivityOptions Property
In This Article
Provides access to options that control interactivity features, such as Master Filtering and drill-down.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DashboardItemGroupInteractivityOptions InteractivityOptions { get; }
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
#Remarks
The DashboardItemGroupInteractivityOptions object returned by this property exposes the following members.
- The DashboardItemGroupInteractivityOptions.IsMasterFilter property allows filtering external dashboard items using master filter items contained within the current tab page. If this property is set to false, master filter items contained within the group can filter only dashboard items from this group. Default value is true.
- The FilterableDashboardItemInteractivityOptions.IgnoreMasterFilters property allows you to isolate dashboard items contained within the tab page from being filtered using external master filter items. Default value is false.
To learn more about interactivity features, see the Interactivity topic.
See Also