Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public enum DropPlace

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