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.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

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