Scheduler for WinRT
KeepTimesAtDropProperty Field


The KeepTimesAtDrop attached property determines the behavior of moved (dragged) appointments. If this value is True, after dragging an appointment to the desired VisualInterval, the Appointment start date is changed to the VisualInterval start date. If this value is False, the Appointment.Start becomes equal to the VisualInterval.StartTime, and Appointment.Duration becomes equal to the VisualInterval.TimeScale. The default value is False.
Syntax
'Declaration
 
Public Shared ReadOnly KeepTimesAtDropProperty As DependencyProperty
'Usage
 
Dim value As DependencyProperty
 
value = AppointmentsCoverPane.KeepTimesAtDropProperty
public static readonly DependencyProperty KeepTimesAtDropProperty
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AppointmentsCoverPane Class
AppointmentsCoverPane Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.