DashboardTabPage.InteractivityOptions Property
Provides access to options that control interactivity features, such as Master Filtering and drill-down.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Description |
---|---|
DashboardItemGroupInteractivityOptions | A DashboardItemGroupInteractivityOptions object that defines interactivity options. |
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