Skip to main content
A newer version of this page is available. .

DashboardItemGroupInteractivityOptions Class

Contains options that control interactivity features, such as Master Filtering and drill-down.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public class DashboardItemGroupInteractivityOptions :
    FilterableDashboardItemInteractivityOptions

Remarks

To access interactivity settings for the specified DashboardItemGroup, use the DashboardItemGroup.InteractivityOptions property. The DashboardItemGroupInteractivityOptions object returned by this property exposes the following members.

To learn more about interactivity features, see the Interactivity topic.

Inheritance

Object
FilterableDashboardItemInteractivityOptions
DashboardItemGroupInteractivityOptions
See Also