GroupPosition Enum
Contains values that identify a group’s position within the control.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Members
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). |
Remarks
The values listed by this enumeration are used to set the NavBarPositionPanel.GroupPosition property’s value.