Skip to main content

NavBarItem(String) Constructor

Initializes a new instance of the NavBarItem class with the specified caption.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public NavBarItem(
    string caption
)

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