Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GroupPosition Enum

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

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v24.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