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

DashboardItemGroup.InteractivityOptions Property

Provides access to options that control interactivity features, such as Master Filtering and drill-down.

Namespace: DevExpress.DashboardCommon

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

Declaration

public DashboardItemGroupInteractivityOptions InteractivityOptions { get; }

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.

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

See Also