Enum
DropPosition

Define the position where the item will be dropped.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
[Flags]
[SuppressMessage("Microsoft.Naming", "CA1714:FlagsEnumsShouldHavePluralNames")]
public enum DropPosition

Fields

After

Item will be dropped after the target.

Declaration

cs-api-definition
After = 4

Field Value

DropPosition

Before

Item will be dropped before the target.

Declaration

cs-api-definition
Before = 1

Field Value

DropPosition

Inside

Item will be dropped before inside the target.

Declaration

cs-api-definition
Inside = 2

Field Value

DropPosition

Undefined

Drop position of the item is not yet determined.

Declaration

cs-api-definition
Undefined = 8

Field Value

DropPosition

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