Back to Devexpress

DashboardItemControlEventArgs.TreeMapControl Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarditemcontroleventargs-a2de3272.md

latest1.4 KB
Original Source

DashboardItemControlEventArgs.TreeMapControl Property

Gets an underlying TreeMap control.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public TreeMapControl TreeMapControl { get; }
vb
Public ReadOnly Property TreeMapControl As TreeMapControl

Property Value

TypeDescription
TreeMapControl

A TreeMapControl object that is an underlying TreeMap control.

|

Remarks

Use the TreeMapControl property to access a TreeMap control corresponding to the TreemapDashboardItem.

See Also

DashboardItemControlEventArgs Class

DashboardItemControlEventArgs Members

DevExpress.DashboardWin Namespace