Back to Devexpress

NavBarItem(String) Constructor

windowsforms-devexpress-dot-xtranavbar-dot-navbaritem-dot-ctor-x28-system-dot-string-x29.md

latest1.6 KB
Original Source

NavBarItem(String) Constructor

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

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public NavBarItem(
    string caption
)
vb
Public Sub New(
    caption As String
)

Parameters

NameTypeDescription
captionString

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

NavBarItem Class

NavBarItem Members

DevExpress.XtraNavBar Namespace