RadControls for Silverlight

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 (in Telerik.Windows.Controls.ScheduleView.dll) Version: 2013.2.611.1050

Syntax

C#
public class MonthViewSnapBehavior : SnapBehavior
Visual Basic
Public Class MonthViewSnapBehavior _
	Inherits SnapBehavior

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    Telerik.Windows.Controls.ScheduleView..::..SnapBehavior
      Telerik.Windows.Controls.ScheduleView..::..MonthViewSnapBehavior

See Also