SnapData
Class
A class representing the data that is used to snap time during drag and resize operation.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class SnapData
Inheritance: objectSnapData
Constructors
C#
public SnapData()
Properties
Gets date time under the cursor.
C#
public DateTime CursorDateTime { get; }
Gets the original data that Start or End time will be modified.
C#
public IDateSpan OriginalData { get; }
Gets the service provider that is used to provide helper methods during drag and resize operation..
C#
public IServiceProvider ServiceProvider { get; }