Skip to main content

TreemapDashboardItem.InteractivityOptions Property

Provides access to interactivity options, such as Master Filtering.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.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