windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpane-8e2e337f.md
Gets or sets page header orientation for all NavigationPages that belong to this NavigationPane.
Namespace : DevExpress.XtraBars.Navigation
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(Orientation.Horizontal)]
[DXCategory("Appearance")]
public Orientation ItemOrientation { get; set; }
<DefaultValue(Orientation.Horizontal)>
<DXCategory("Appearance")>
Public Property ItemOrientation As Orientation
| Type | Default | Description |
|---|---|---|
| Orientation | Horizontal |
A Orientation enumerator value that specifies the page header orientation.
|
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.
See Also