NavBarGroupControlContainer.OwnerGroup Property
Gets the group that owns the current control container.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
NavBarGroup | A NavBarGroup object that specifies the group that owns and displays the control container. |
Remarks
This property is automatically initialized when a control container is assigned to a group’s NavBarGroup.ControlContainer property.
See Also