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

DashboardItemControlEventArgs.TreeMapControl Property

Gets an underlying TreeMap control.

Namespace: DevExpress.DashboardWin

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

Declaration

public TreeMapControl TreeMapControl { get; }

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