RadControls for WPF

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.1.403.40

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        Telerik.Windows.Controls.ScheduleView..::..SnapBehavior
          Telerik.Windows.Controls.ScheduleView..::..MonthViewSnapBehavior

See Also