Skip to main content

NavBarGroupControlContainer() Constructor

Initializes a new instance of the NavBarGroupControlContainer class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

Declaration

public NavBarGroupControlContainer()

Remarks

The NavBarControl automatically calls this constructor to initialize the NavBarGroup.ControlContainer property when the group’s NavBarGroup.GroupStyle is set to NavBarGroupStyle.ControlContainer. Usually you do not need to create control containers manually.

See Also