Back to Devexpress

GroupPosition Enum

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

latest2.1 KB
Original Source

GroupPosition Enum

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

Declaration

csharp
public enum GroupPosition
vb
Public Enum GroupPosition

Members

NameDescription
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.

See Also

DevExpress.Xpf.NavBar Namespace