Skip to main content

DashboardTabPage.InteractivityOptions Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

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