HeaderControl.Orientation Attached Property
Gets or sets the header’s orientation. This property is in effect if the HeaderControl.ContentOrientation property is not set (or set to Default). This is a dependency property.
Namespace: DevExpress.Xpf.Scheduling.Visual
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Returns
Type | Description |
---|---|
Orientation | A Orientation value that specifies whether the header is oriented horizontally or vertically. |
Remarks
The HeaderControl.ContentOrientation setting overrides the HeaderControl.Orientation
property value. If the HeaderControl.ContentOrientation is set to HeaderContentOrientation.Default, the HeaderControl.Orientation
property is in effect.
See Also