Back to Devexpress

DropMarkerData.Position Property

wpf-devexpress-dot-xpf-dot-core-dot-dropmarkerdata.md

latest1.4 KB
Original Source

DropMarkerData.Position Property

Gets or sets a drop position that specifies how a record is placed after it has been dropped.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DropPosition Position { get; set; }
vb
Public Property Position As DropPosition

Property Value

TypeDescription
DropPosition

A DropPosition enumeration value that specifies how a record is placed after it has been dropped.

|

Available values:

NameDescription
Append

A record is placed after all records.

| | Before |

A record is placed before the target record.

| | After |

A record is placed after the target record.

| | Inside |

A record is placed inside the target group.

|

See Also

DropMarkerData Class

DropMarkerData Members

DevExpress.Xpf.Core Namespace