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

LayoutGroup.CaptionOrientation Property

Gets or sets the orientation of the group’s header. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public Orientation CaptionOrientation { get; set; }

Property Value

Type Description
Orientation

An Orientation value that specifies the orientation of the group’s header.

Remarks

Use this property to specify whether text in the group’s header must be oriented horizontally or vertically. To specify the location of the group’s header, use the inherited BaseLayoutItem.CaptionLocation property.

See Also