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

TextBoxDashboardItem.InteractivityOptions Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public FilterableDashboardItemInteractivityOptions InteractivityOptions { get; }

Property Value

Type Description
FilterableDashboardItemInteractivityOptions

A FilterableDashboardItemInteractivityOptions class object containing interactivity options.

See Also