IPickerSourceProvider.GetSource(String) Method
In This Article
Returns the collection of items from the specified property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
IEnumerable GetSource(
string propertyName
)
#Parameters
Name | Type | Description |
---|---|---|
property |
String | The property that stores items. |
#Returns
Type | Description |
---|---|
IEnumerable | The collection of displayed items. |
See Also