Back to Devexpress

NavigationBarItem.Text Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationbaritem.md

latest1.7 KB
Original Source

NavigationBarItem.Text Property

Gets or sets the item’s text.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[XtraSerializableProperty]
public string Text { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue(Nothing)>
Public Property Text As String

Property Value

TypeDefaultDescription
Stringnull

The item’s text.

|

Remarks

If the OfficeNavigationBar.AllowHtmlDraw option is enabled, you can use certain HTML tags to format the item’s text. See HTML Text Formatting to learn more.

See Also

AllowHtmlDraw

CustomizationText

NavigationBarItem Class

NavigationBarItem Members

DevExpress.XtraBars.Navigation Namespace