Class DragDropControl
Represents a class that handles appointment drag-and-drop operations in SfSchedule control.
Inheritance
System.Object
DragDropControl
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class DragDropControl : Control, IDisposable
Constructors
DragDropControl()
Initializes a new instance of the DragDropControl class.
Declaration
public DragDropControl()
Methods
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Implements
System.IDisposable