Back to Devexpress

NavBarStringId Enum

wpf-devexpress-dot-xpf-dot-navbar-f84b72d0.md

latest2.1 KB
Original Source

NavBarStringId Enum

Contains values corresponding to strings that can be localized.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public enum NavBarStringId
vb
Public Enum NavBarStringId

Members

NameDescriptionDefault 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

DevExpress.Xpf.NavBar Namespace