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

NavigationPane.ItemOrientation Property

Gets or sets page header orientation for all NavigationPages that belong to this NavigationPane.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(Orientation.Horizontal)]
[DXCategory("Appearance")]
public Orientation ItemOrientation { get; set; }

#Property Value

Type Default Description
Orientation Horizontal

A Orientation enumerator value that specifies the page header orientation.

#Remarks

When the ItemOrientation property is set to Orientation.Vertical, page headers rotate 90 degrees clockwise, becoming aligned in a single row, one below the other. Page header content (both caption and glyph) is also rotated. The following figure illustrates a Navigation Pane with the ItemOrientation property set to Orientation.Horizontal (default value) and the same pane with vertically aligned headers in different Dock modes.

NavigationPage - ItemOrientation

See Also