DropPlace Enum
In This Article
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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Members
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