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

NavBarStringId Enum

In This Article

Contains values corresponding to strings that can be localized.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v24.2.dll

NuGet Package: DevExpress.Wpf.NavBar

#Declaration

public enum NavBarStringId

#Members

Name Description Default Value
NavPaneMenuShowMoreButtons

The text of the Navigation Pane Customization Menu‘s menu item that allows more group headers to be displayed within the Navigation Pane.

"Show _More Buttons"

NavPaneMenuShowFewerButtons

The text of the Navigation Pane Customization Menu‘s menu item that allows fewer group headers to be displayed within the Navigation Pane.

"Show _Fewer Buttons"

NavPaneMenuAddRemoveButtons

The text of the Navigation Pane Customization Menu‘s menu item that invokes a submenu, allowing the visibility of group headers to be changed.

"_Add or Remove Buttons"

GroupIsAlreadyAddedToAnotherNavBarException

The text of the exception that occurs when an attempt is made to add a group object belonging to one NavBarControl to another NavBarControl.

"The group is already added to another NavBar."

ItemIsAlreadyAddedToAnotherGroupException

The text of the exception that occurs when an attempt is made to add an item object belonging to one group to another group.

"The item is already added to another group."

See Also