Interface IPayload
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IPayload
Methods
GetData(String, Boolean)
Declaration
object GetData(string format, bool autoConvert)
Parameters
|
System.String
format
|
|
System.Boolean
autoConvert
|
Returns
|
System.Object
|
GetDataPresent(String, Boolean)
Declaration
bool GetDataPresent(string format, bool autoConvert)
Parameters
|
System.String
format
|
|
System.Boolean
autoConvert
|
Returns
|
System.Boolean
|
GetFormats()
Declaration
string[] GetFormats()
Returns
|
System.String[]
|