Skip to main content

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

NuGet Package: 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