IPickerSourceProvider.GetSource(String) Method
In This Article
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
IEnumerable GetSource(
string propertyName
)
#Parameters
Name | Type |
---|---|
property |
String |
#Returns
Type |
---|
IEnumerable |
See Also