Class MonthViewSnapBehavior
A class representing the behavior that is used to snap appointment start/end during drag and resize operation in MonthView.
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class MonthViewSnapBehavior : SnapBehavior, ISnapService
Constructors
MonthViewSnapBehavior()
Declaration
public MonthViewSnapBehavior()
Methods
CreateInstanceCore()
Creates a new instance of the Month
Declaration
protected override Freezable CreateInstanceCore()
Returns
System. The new instance. |
SnapEnd(SnapData, DateTime)
Snaps the end.
Declaration
public override DateTime SnapEnd(SnapData snapData, DateTime timeToSnap)
Parameters
Snap The state during snap operation. |
System. The time to snap. |
Returns
System.
|
Overrides
SnapStart(SnapData, DateTime)
Snaps the start.
Declaration
public override DateTime SnapStart(SnapData snapData, DateTime timeToSnap)
Parameters
Snap The state during snap operation. |
System. The time to snap. |
Returns
System.
|