Back to Devexpress

DropPlace Enum

wpf-devexpress-dot-xpf-dot-core-7b3879ef.md

latest1.1 KB
Original Source

DropPlace Enum

Lists the values used to specify how the column header will be placed after it has been dragged and dropped.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum DropPlace
vb
Public Enum DropPlace

Members

NameDescription
None

Indicates that a column’s position is not changed by an end-user.

| | Next |

Indicates that a column whose header is currently being dragged by an end-user, if dropped, will be displayed next to the column located under the dragged header.

| | Previous |

Indicates that a column whose header is currently being dragged by an end-user, if dropped, will be displayed prior to the column located under the dragged header.

|

See Also

DevExpress.Xpf.Core Namespace