InterfaceIDataObjectProvider
Interface
Represents a provider that manages the data dragged from the RadScheduleView control.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
public interface IDataObjectProvider
Methods
GetData(string, bool, IEnumerable<IOccurrence>)
Gets the data dragged from the ScheduleView.
Declaration
cs-api-definition
object GetData(string type, bool autoConvert, IEnumerable<IOccurrence> draggedAppointments)
Parameters
type
autoConvert
draggedAppointments
Returns
GetFormats()
Gets the formats of the dragged data from ScheduleView.