Skip to main content

NavigationPane.ItemOrientation Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.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