Class
SnapData

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.

Declaration

cs-api-definition
public DateTime CursorDateTime { get; }

Property Value

DateTime

OriginalData

Gets the original data that Start or End time will be modified.

Declaration

cs-api-definition
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

cs-api-definition
public IServiceProvider ServiceProvider { get; }

Property Value

IServiceProvider