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

TreemapDashboardItem.LayoutDirection Property

Gets or sets a layout direction used to arrange tiles of TreemapDashboardItem.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(DashboardTreemapLayoutDirection.TopLeftToBottomRight)]
public DashboardTreemapLayoutDirection LayoutDirection { get; set; }

Property Value

Type Default Description
DashboardTreemapLayoutDirection **TopLeftToBottomRight**

A DashboardTreemapLayoutDirection enumeration value that specifies a layout direction used to arrange tiles of TreemapDashboardItem.

Remarks

To learn more, see Layout.

See Also