Skip to main content

BaseGridHeader.GetDropPlaceOrientation(DependencyObject) Method

Gets the value of the BaseGridHeader.DropPlaceOrientation attached property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v26.1.Core.dll

Declaration

public static Orientation GetDropPlaceOrientation(
    DependencyObject element
)

Parameters

Name Type
element DependencyObject

Returns

Type
Orientation
See Also