Skip to main content
A newer version of this page is available.
All docs
V19.2

DashboardSelectionMode Class

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

Declaration

declare class DashboardSelectionMode

Remarks

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

Properties

Multiple Property

Allows selecting multiple elements within the dashboard item.

Declaration

static Multiple: string

Property Value

Type Description
string

A string that allows selecting multiple elements within the dashboard item.

None Property

The selection is disabled.

Declaration

static None: string

Property Value

Type Description
string

A string that disable the selection.

Single Property

Allows selecting a single element within the dashboard item and disallows clearing this selection.

Declaration

static Single: string

Property Value

Type Description
string

A string that allows selecting a single element within the dashboard item and disallows clearing this selection.