Back to Devexpress

DashboardSelectionMode Type

dashboard-js-devexpress-dot-dashboard-b7ede176.md

latest1.1 KB
Original Source

DashboardSelectionMode Type

Lists values that specify the selection mode for the Master-Filtering feature.

Declaration

ts
export type DashboardSelectionMode = "None" | "Single" | "Multiple"

Members

NameDescription
"None"

The selection is disabled.

| | "Single" |

Allows a user to select a single element within the dashboard item. Selection cannot be empty.

| | "Multiple" |

Allows a user to switch between single or multiple selection within the dashboard item. Click the Multi-Select button to select multiple elements in a dashboard item or Clear Selection to reset selection. Selection can also be empty.

|

Remarks

Values in this type alias are used to set the ItemVisualInteractivityEventArgs.setSelectionMode property.