Interface IPropertyDataSourceProvider
Provides source for data form multiple choice editors.
Namespace: Telerik.XamarinForms.Input.DataForm
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public interface IPropertyDataSourceProvider
Methods
GetSourceForKey(Object)
Gets the source for a specific key defined with the DataSourceKeyAttribute.
Declaration
IList GetSourceForKey(object key)
Parameters
System.Object
key
The key. |
Returns
System.Collections.IList
The source. |
GetSourceForType(Type)
Gets the source for a specific property type.
Declaration
IList GetSourceForType(Type type)
Parameters
System.Type
type
The type. |
Returns
System.Collections.IList
The source. |