ClassSnapData
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:
cs-api-definition
public class SnapData
Inheritance: objectSnapData
Constructors
SnapData()
Declaration
cs-api-definition
public SnapData()
Properties
CursorDateTime
Gets date time under the cursor.
OriginalData
Gets the original data that Start or End time will be modified.
ServiceProvider
Gets the service provider that is used to provide helper methods during drag and resize operation..
Declaration
cs-api-definition
public IServiceProvider ServiceProvider { get; }
Property Value