NavBarStringId Enum
Contains values corresponding to strings that can be localized.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Members
Name | Description |
---|---|
Nav
|
The caption of the “Show More Buttons” item in the dropdown menu displayed for the Overflow panel when the “Navigation Default return value of the Get |
Nav
|
The caption of the “Show Fewer Buttons” item in the dropdown menu displayed for the Overflow panel when the “Navigation Default return value of the Get |
Nav
|
The caption of the “Add or Remove Buttons” item in the dropdown menu displayed for the Overflow panel when the “Navigation Default return value of the Get |
Nav
|
The text of the hint displayed for the dropdown button in the Overflow panel. This panel is available when the “Navigation Default return value of the Get |
Nav
|
The title of the menu item displaying the Navigation Pane Options dialog (see Options Default return value of the Get |
Nav
|
The caption of the Move Up button in the Navigation Pane Options dialog (see Options Default return value of the Get |
Nav
|
The caption of the Move Down button in the Navigation Pane Options dialog (see Options Default return value of the Get |
Nav
|
The caption of the Font button in the Navigation Pane Options dialog (see Options Default return value of the Get |
Nav
|
The caption of the Reset button in the Navigation Pane Options dialog (see Options Default return value of the Get |
Nav
|
The caption of the Ok button in the Navigation Pane Options dialog (see Options Default return value of the Get |
Nav
|
The caption of the Cancel button in the Navigation Pane Options dialog (see Options Default return value of the Get |
Nav
|
A description label in the Navigation Pane Options dialog (see Options Default return value of the Get |
#Remarks
The NavBarStringId type enumerates values corresponding to strings displayed within the NavBarControl and which can be localized. To localize the NavBarControl’s strings you can do the following:
- create a class by inheriting the DevExpress.XtraNavBar.NavBarLocalizer class
- override its GetLocalizedString method. This method takes a NavBarStringId parameter and returns a string corresponding to the parameter passed.
- create an instance of the new localizer class and assign it to the static DevExpress.XtraNavBar.NavBarLocalizer.Active property.