DashboardItemControlEventArgs.TreeMapControl Property
Gets an underlying TreeMap control.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Property Value
Type | Description |
---|---|
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