NavBarGroupControlContainer() Constructor
In This Article
Initializes a new instance of the NavBarGroupControlContainer class.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#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