Skip to main content
A newer version of this page is available. .

DashboardLayoutNode.Root Property

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

Namespace: DevExpress.DashboardCommon

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

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