バージョン

TimelineViewAppointmentDragMode 列挙体

UltraTimelineView によって appointment ドラッグをできるかどうか示す定数。できる場合は、別のOwner へドラッグできるかどうかも示します。
シンタックス
'宣言
 
Public Enum TimelineViewAppointmentDragMode 
   Inherits System.Enum
public enum TimelineViewAppointmentDragMode : System.Enum 
メンバ
メンバ解説
AcrossOwnersAppointments は別の日付/時刻および別な Owner へドラッグできます。
Default実際の値はプロパティ解決階層のより上位のレベルで決定されます。
NotAllowedユーザー Appointments をドラッグできません。
WithinSameOwnerAppointments は別の日付/時刻へドラッグできますが、別の Owner へはドラッグできません。
参照