Skip to main content

DashboardLayoutNode.Root Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public DashboardLayoutNode Root { get; }

Property Value

Type Description
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