Skip to main content
A newer version of this page is available. .

NavigationPane.ItemOrientation Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

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