Back to Devexpress

DashboardItem.Dashboard Property

dashboard-devexpress-dot-dashboardcommon-dot-dashboarditem-fb3e106d.md

latest1.2 KB
Original Source

DashboardItem.Dashboard Property

Gets a dashboard that owns this dashboard item.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
[Browsable(false)]
public Dashboard Dashboard { get; }
vb
<Browsable(False)>
Public ReadOnly Property Dashboard As Dashboard

Property Value

TypeDescription
Dashboard

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

|

See Also

DashboardItem Class

DashboardItem Members

DevExpress.DashboardCommon Namespace