DropMarkerData.Position Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public DropPosition Position { get; set; }
#Property Value
Type | Description |
---|---|
Drop |
A Drop |
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