Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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