Skip to main content
All docs
V18.2

ASPxClientDashboardItemVisualInteractivityEventArgs.GetDefaultSelection() Method

Gets the default selection for the current dashboard item.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardItemDataAxisPointTuple[] GetDefaultSelection()

Returns

Type Description
ASPxClientDashboardItemDataAxisPointTuple[]

An array of ASPxClientDashboardItemDataAxisPointTuple objects that are the axis point tuples identifying the selected elements.

See Also