NavBarGroup(String) Constructor
Initializes a new instance of the NavBarGroup class, with the specified caption.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
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