NavBarGroupControlContainer.OwnerGroup Property
Gets the group that owns the current control container.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
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