Skip to main content
All docs
V24.2

DashboardSelectionMode Class

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

#Declaration

TypeScript
declare class DashboardSelectionMode

#Remarks

Values in this class are used to set the ASPxClientDashboardItemVisualInteractivityEventArgs.SetSelectionMode property.

Warning

A use of ASPxClientDashboard API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl API to configure the Web Dashboard on the client. More information: Client-Side Functionality.

#Properties

#Multiple Property

Allows users to select multiple elements within the dashboard item.

#Declaration

TypeScript
static Multiple: string

#Property Value

Type Description
string

A string that allows users to select multiple elements within the dashboard item.

#None Property

The selection is disabled.

#Declaration

TypeScript
static None: string

#Property Value

Type Description
string

A string that disable the selection.

#Single Property

Allows users to select a single element within the dashboard. Users cannot clear selection.

#Declaration

TypeScript
static Single: string

#Property Value

Type Description
string

A string that allows users to select a single element within the dashboard item. Users cannot clear selection.