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