Interface
IDataObjectProvider

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

string

autoConvert

bool

draggedAppointments

IEnumerable<IOccurrence>

Returns

object

GetFormats()

Gets the formats of the dragged data from ScheduleView.

Declaration

cs-api-definition
string[] GetFormats()

Returns

string[]