Enum
DropPosition

Enumerates the possible drop positions relative to an item.

Definition

Namespace:Telerik.Windows.Controls.FieldList

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
public enum DropPosition

Fields

Bottom

Drop to the bottom of the item.

Declaration

cs-api-definition
Bottom = 4

Field Value

DropPosition

Left

Drop to the left of the item.

Declaration

cs-api-definition
Left = 1

Field Value

DropPosition

Over

Drop over or 'in' the item.

Declaration

cs-api-definition
Over = 0

Field Value

DropPosition

Right

Drop to the right of the item.

Declaration

cs-api-definition
Right = 3

Field Value

DropPosition

Top

Drop to the top of the item.

Declaration

cs-api-definition
Top = 2

Field Value

DropPosition

In this article
DefinitionFieldsBottomLeftOverRightTop
Not finding the help you need?
Contact Support