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

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

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