InterfaceIPayload
Interface
Provides interface for RadScheduleView drag and drop payloads.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
public interface IPayload
Methods
GetData(string, bool)
Extracts the data from the current payload in drag and drop operations.
GetDataPresent(string, bool)
Check whether a data for the specific format is present.
GetFormats()
Gets all supported types for the payload.