Skip to main content
All docs
V18.2

ASPxClientDashboardItemVisualInteractivityEventArgs.SetSelectionMode(String) Method

Sets the selection mode for dashboard item elements.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void SetSelectionMode(
    string selectionMode
)

Parameters

Name Type Description
selectionMode String

A DashboardSelectionMode value that specifies the selection mode.

Remarks

See ItemVisualInteractivityEventArgs.setSelectionMode for more information about supported selection modes.

Use the ASPxClientDashboardItemVisualInteractivityEventArgs.GetSelectionMode property to get the selection mode.

See Also