Skip to main content
All docs
V18.2

ASPxClientDashboardItemVisualInteractivityEventArgs.GetSelectionMode() Method

Gets the selection mode for dashboard item elements.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public string GetSelectionMode()

Returns

Type Description
String

A DashboardSelectionMode value that specifies the selection mode.

Remarks

Use the ASPxClientDashboardItemVisualInteractivityEventArgs.SetSelectionMode property to set the selection mode.

See Also