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

NavBarStringId Enum

Contains values corresponding to strings that can be localized.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v19.1.dll

Declaration

public enum NavBarStringId

Members

Name Description
NavPaneMenuShowMoreButtons

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

Default value: “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.

Default value: “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.

Default value: “_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.

Default value: “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.

Default value: “The item is already added to another group.”

See Also