DashboardLayoutNode.Root Property
In This Article
Gets the root layout item/group to which the current layout item/group belongs.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DashboardLayoutNode Root { get; }
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
#Remarks
Use the DashboardLayoutNode.Parent property to obtain the immediate parent layout group to which the current layout item/group belongs.
See Also