Skip to main content

GroupPosition Enum

Contains values that identify a group’s position within the control.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public enum GroupPosition

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.

See Also