Skip to main content
A newer version of this page is available. .

NavBarGroupControlContainer() Constructor

Initializes a new instance of the NavBarGroupControlContainer class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

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