TreemapDashboardItem.LayoutDirection Property
In This Article
Gets or sets a layout direction used to arrange tiles of TreemapDashboardItem.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(DashboardTreemapLayoutDirection.TopLeftToBottomRight)]
public DashboardTreemapLayoutDirection LayoutDirection { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Dashboard |
Top |
A Dashboard |
Available values:
Name | Description |
---|---|
Bottom |
Arrange tiles from the bottom-left to the top-right corner. |
Bottom |
Arrange tiles from the bottom-right to the top-left corner. |
Top |
Arrange tiles from the top-left to the bottom-right corner. |
Top |
Arrange tiles from the top-right to the bottom-left corner. |
#Remarks
To learn more, see Layout.
See Also