Skip to main content

BoundImageDashboardItem.InteractivityOptions Property

Provides access to the interactivity options of the Bound Image dashboard item.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public FilterableDashboardItemInteractivityOptions InteractivityOptions { get; }

Property Value

Type Description
FilterableDashboardItemInteractivityOptions

A FilterableDashboardItemInteractivityOptions class object containing interactivity options.

See Also