Skip to main content

ListBoxDashboardItem.InteractivityOptions Property

Provides access to the interactivity options of the List Box dashboard item.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public FilterableDashboardItemInteractivityOptions InteractivityOptions { get; }

Property Value

Type Description
FilterableDashboardItemInteractivityOptions

A FilterableDashboardItemInteractivityOptions class object containing interactivity options.

See Also