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

DashboardTabPage.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

The DashboardItemGroupInteractivityOptions object returned by this property exposes the following members.

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

See Also