DropPosition
Enum
Enumerates the possible drop positions relative to an item.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
C#
public enum DropPosition
Fields
Drop to the bottom of the item.
C#
Bottom = 4
Drop to the left of the item.
C#
Left = 1
Drop over or 'in' the item.
C#
Over = 0
Drop to the right of the item.
C#
Right = 3
Drop to the top of the item.
C#
Top = 2