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

DashboardItem.Dashboard Property

Gets a dashboard that owns this dashboard item.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

[Browsable(false)]
public Dashboard Dashboard { get; }

Property Value

Type Description
Dashboard

A Dashboard object that specifies the dashboard that owns this item.

See Also