NavigationBarItem.CustomizationText Property
In This Article
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
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
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