Skip to main content

NavBarGroupControlContainer.OwnerGroup Property

Gets the group that owns the current control container.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

[DXCategory("Behavior")]
public NavBarGroup OwnerGroup { get; }

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