DashboardLayoutNode.Parent Property
In This Article
Gets the immediate parent layout group to which the current layout item/group belongs.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DashboardLayoutGroup Parent { get; }
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
#Remarks
Use the DashboardLayoutNode.Root property to obtain the topmost parent group of the current layout item/group.
See Also