Skip to main content

BaseLayoutItem.Parent Property

Gets or sets the item's parent group.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v14.2.dll

#Declaration

public LayoutGroup Parent { get; }

#Property Value

Type Description
LayoutGroup

A LayoutGroup object which is the item's parent.

#Remarks

Items can be combined into groups. The Parent property allows you to get the item's parent group.

See Also