Back to Devexpress

NavBarGroupControlContainer.OwnerGroup Property

windowsforms-devexpress-dot-xtranavbar-dot-navbargroupcontrolcontainer.md

latest1.5 KB
Original Source

NavBarGroupControlContainer.OwnerGroup Property

Gets the group that owns the current control container.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DXCategory("Behavior")]
public NavBarGroup OwnerGroup { get; }
vb
<DXCategory("Behavior")>
Public ReadOnly Property OwnerGroup As NavBarGroup

Property Value

TypeDescription
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

ControlContainer

NavBarGroupControlContainer Class

NavBarGroupControlContainer Members

DevExpress.XtraNavBar Namespace