Skip to main content

HeaderControl.GetOrientation(DependencyObject) Method

Gets the HeaderControl.Orientation attached property’s value for the specified DependencyObject.

Namespace: DevExpress.Xpf.Scheduling.Visual

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public static Orientation GetOrientation(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

The element from which the property value is read.

Returns

Type Description
Orientation

The element’s HeaderControl.Orientation property value.

See Also