DashboardItemGroup.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
To access interactivity settings for the specified DashboardItemGroup, use the InteractivityOptions property. The DashboardItemGroupInteractivityOptions object returned by this property exposes the following members.
- The DashboardItemGroupInteractivityOptions.IsMasterFilter property provides the capability to filter external dashboard items using master filter items contained within the current dashboard item group. If this property is set to false, master filter items contained within the group can filter only dashboard items from this group.
- The FilterableDashboardItemInteractivityOptions.IgnoreMasterFilters property allows you to isolate dashboard items contained within the group from being filtered using external master filter items.
To learn more about interactivity features, see the Interactivity topic.
See Also