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

TreemapDashboardItem.InteractivityOptions Property

Provides access to interactivity options, such as Master Filtering.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public TreemapDashboardItemInteractivityOptions InteractivityOptions { get; }

Property Value

Type Description
TreemapDashboardItemInteractivityOptions

A TreemapDashboardItemInteractivityOptions object that defines interactivity options.

Remarks

To enable Master Filtering, use the DashboardItemInteractivityOptions.MasterFilterMode property

See Also