Interface IDataObjectProvider
Represents a provider that manages the data dragged from the RadScheduleView control.
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface IDataObjectProvider
Methods
GetData(String, Boolean, IEnumerable<IOccurrence>)
Gets the data dragged from the ScheduleView.
Declaration
object GetData(string type, bool autoConvert, IEnumerable<IOccurrence> draggedAppointments)
Parameters
System.String
type
|
System.Boolean
autoConvert
|
System.Collections.Generic.IEnumerable<IOccurrence>
draggedAppointments
|
Returns
System.Object
|
GetFormats()
Gets the formats of the dragged data from ScheduleView.
Declaration
string[] GetFormats()
Returns
System.String[]
|