Interface IDataFormSourceProvider
Represents the interface to provide method to get the source for picker type properties.
Namespace: Syncfusion.Maui.DataForm
Assembly: Syncfusion.Maui.DataForm.dll
Syntax
public interface IDataFormSourceProvider
Methods
GetSource(String)
Method to get the source for picker type properties.
Declaration
object GetSource(string sourceName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | sourceName | The property name. |
Returns
| Type | Description |
|---|---|
| System.Object | The items source value. |