Back to Devexpress

DashboardLayoutNode.Root Property

dashboard-devexpress-dot-dashboardcommon-dot-dashboardlayoutnode-ab87ef7c.md

latest1.5 KB
Original Source

DashboardLayoutNode.Root Property

Gets the root layout item/group to which the current layout item/group belongs.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public DashboardLayoutNode Root { get; }
vb
Public ReadOnly Property Root As DashboardLayoutNode

Property Value

TypeDescription
DashboardLayoutNode

A DashboardLayoutNode that is the root layout item/group to which the current layout item/group belongs.

|

Remarks

Use the DashboardLayoutNode.Parent property to obtain the immediate parent layout group to which the current layout item/group belongs.

See Also

Parent

DashboardLayoutNode Class

DashboardLayoutNode Members

DevExpress.DashboardCommon Namespace