wpf-devexpress-dot-xpf-dot-core-7b3879ef.md
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
public enum DropPlace
Public Enum DropPlace
| Name | Description |
|---|---|
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