DropLocationType Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
The enumeration holding the supported ScheduleView view drop location types.

Namespace:  Telerik.WebAii.Controls.Xaml
Assembly:  Telerik.WebAii.Controls.Xaml (in Telerik.WebAii.Controls.Xaml.dll) Version: 2012.1.719.0 (2012.1.719.0)
Syntax

public enum DropLocationType
Members

  Member nameValueDescription
Top0 The 'Before' drop location type.
Bottom1 The 'After' drop location type.
Left2 The 'LeftOf' drop location type.
Right3 The 'RightOf' drop location type.
Inside4 The 'Inside' drop location type.
See Also

Reference