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

NavBarGroup(String) Constructor

Initializes a new instance of the NavBarGroup class, with the specified caption.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

public NavBarGroup(
    string caption
)

Parameters

Name Type Description
caption String

A string representing the NavBar group’s caption.

Remarks

This constructor creates a new NavBarGroup object and sets its NavElement.Caption property to the specified value. The group created can then be added to a NavBarControl via the NavBarControl.Groups property.

See Also