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

NavBarItem(String) Constructor

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

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