NavBarItem(String) Constructor
Initializes a new instance of the NavBarItem 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 value specifying the caption for the item being created. The value is assigned to the item’s NavElement.Caption property. |
Remarks
Items’ captions are displayed when the NavBarGroup.GroupStyle property is set to NavBarGroupStyle.LargeIconsText, NavBarGroupStyle.SmallIconsText and NavBarGroupStyle.Default.
See Also