wpf-devexpress-dot-xpf-dot-navbar-d60d64b3.md
Contains values that identify a group’s position within the control.
Namespace : DevExpress.Xpf.NavBar
Assembly : DevExpress.Xpf.NavBar.v25.2.dll
NuGet Package : DevExpress.Wpf.NavBar
public enum GroupPosition
Public Enum GroupPosition
| Name | Description |
|---|---|
First |
The group corresponds to the first visible group header (in the Navigation Pane - to the first header displayed within the group button panel).
|
| Last |
The group corresponds to the last visible group header (in the Navigation Pane - to the last header displayed within the group button panel).
|
| Middle |
The group corresponds to a middle header among the visible group headers (in the Navigation Pane - to a middle header displayed within the group button panel)
|
| Single |
The group corresponds to a single visible group header (in the Navigation Pane - to a single header displayed within the group button panel).
|
The values listed by this enumeration are used to set the NavBarPositionPanel.GroupPosition property’s value.
See Also