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.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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