Skip to main content

BaseGridHeader.SetDropPlaceOrientation(DependencyObject, Orientation) Method

Sets the value of the BaseGridHeader.DropPlaceOrientation attached property.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public static void SetDropPlaceOrientation(
    DependencyObject element,
    Orientation value
)

Parameters

Name Type
element DependencyObject
value Orientation
See Also