Class SourceProvider
Represents the class to provide override method to get the source for picker type properties.
Inheritance
System.Object
SourceProvider
Namespace: Syncfusion.XForms.DataForm
Assembly: Syncfusion.SfDataForm.XForms.dll
Syntax
public class SourceProvider : Object
Constructors
SourceProvider()
Declaration
public SourceProvider()
Methods
GetSource(String)
Get the source list for picket editor based on data field name.
Declaration
public virtual IList GetSource(string sourceName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | sourceName | The data field name to get the list. |
Returns
| Type | Description |
|---|---|
| System.Collections.IList | Returns the source list based on specified data field name. |