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

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public DropPosition Position { get; set; }

Property Value

Type Description
DropPosition

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

Available values:

Name Description
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