Back to Devexpress

DashboardLayoutNode.Parent Property

dashboard-devexpress-dot-dashboardcommon-dot-dashboardlayoutnode-aa12d615.md

latest1.5 KB
Original Source

DashboardLayoutNode.Parent Property

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public DashboardLayoutGroup Parent { get; }
vb
Public ReadOnly Property Parent As DashboardLayoutGroup

Property Value

TypeDescription
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

Root

DashboardLayoutNode Class

DashboardLayoutNode Members

DevExpress.DashboardCommon Namespace