BaseLayoutItem.Parent Property
In This Article
Gets or sets the item's parent group.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Layout |
A Layout |
#Remarks
Items can be combined into groups. The Parent property allows you to get the item's parent group.
See Also