Skip to main content

IPickerSourceProvider.GetSource(String) Method

Returns the collection of items from the specified property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

IEnumerable GetSource(
    string propertyName
)

Parameters

Name Type Description
propertyName String

The property that stores items.

Returns

Type Description
IEnumerable

The collection of displayed items.

See Also