Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue("")]
public string CustomizationText { get; set; }

#Property Value

Type Default Description
String String.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