Skip to main content
A newer version of this page is available. .

DashboardDesigner.SelectedDashboardItem Property

Gets or sets the currently selected dashboard item.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.2.Win.dll

Declaration

[Browsable(false)]
public DashboardItem SelectedDashboardItem { get; set; }

Property Value

Type Description
DashboardItem

A DashboardItem descendant that specifies the currently selected dashboard item.

See Also