InterfaceIPayload
Interface
Provides interface for RadScheduler drag and drop payloads.
Definition
Namespace:Telerik.UI.Xaml.Controls.Scheduler
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public interface IPayload
Derived Classes:
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.