TreemapDashboardItem.InteractivityOptions Property
Provides access to interactivity options, such as Master Filtering.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Description |
---|---|
TreemapDashboardItemInteractivityOptions | A TreemapDashboardItemInteractivityOptions object that defines interactivity options. |
Remarks
To enable Master Filtering, use the DashboardItemInteractivityOptions.MasterFilterMode property
See Also