Skip to main content

DashboardLayoutNode.Parent Property

Gets the immediate parent layout 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 DashboardLayoutGroup Parent { get; }

Property Value

Type Description
DashboardLayoutGroup

A DashboardLayoutGroup that is the immediate parent layout group to which the current layout item/group belongs.

Remarks

Use the DashboardLayoutNode.Root property to obtain the topmost parent group of the current layout item/group.

See Also