Enum
DropLocationType

The enumeration holding the supported ScheduleView view drop location types.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public enum DropLocationType

Fields

Bottom

The 'After' drop location type.

Declaration

cs-api-definition
[EnumMember]
Bottom = 1

Field Value

DropLocationType

Inside

The 'Inside' drop location type.

Declaration

cs-api-definition
[EnumMember]
Inside = 4

Field Value

DropLocationType

Left

The 'LeftOf' drop location type.

Declaration

cs-api-definition
[EnumMember]
Left = 2

Field Value

DropLocationType

Right

The 'RightOf' drop location type.

Declaration

cs-api-definition
[EnumMember]
Right = 3

Field Value

DropLocationType

Top

The 'Before' drop location type.

Declaration

cs-api-definition
[EnumMember]
Top = 0

Field Value

DropLocationType

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