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

DashboardLayoutNode.Parent Property

Gets the immediate parent layout group to which the current layout item/group belongs.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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