Back to Devexpress

NavigationBarItem.CustomizationText Property

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

latest2.0 KB
Original Source

NavigationBarItem.CustomizationText Property

Gets or sets the item’s text by which the item is presented in the Navigation Options dialog.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
public string CustomizationText { get; set; }
vb
<DefaultValue("")>
Public Property CustomizationText As String

Property Value

TypeDefaultDescription
StringString.Empty

The item’s text when it is displayed in the Navigation Options dialog.

|

Remarks

The Navigation Options dialog allows an end-user to re-order items and specify the number of visible items (see OfficeNavigationBar.CustomizationButtonVisibility).

By default, items are represented in the Navigation Options using their default text (NavigationBarItem.Text). The CustomizationText property allows you to replace the default text with a custom caption.

See Also

Text

NavigationBarItem Class

NavigationBarItem Members

DevExpress.XtraBars.Navigation Namespace