Back to Devexpress

IPickerSourceProvider.GetSource(String) Method

maui-devexpress-dot-maui-dot-dataform-dot-ipickersourceprovider-dot-getsource-x28-system-dot-string-x29.md

latest1.0 KB
Original Source

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

csharp
IEnumerable GetSource(
    string propertyName
)

Parameters

NameTypeDescription
propertyNameString

The property that stores items.

|

Returns

TypeDescription
IEnumerable

The collection of displayed items.

|

See Also

IPickerSourceProvider Interface

IPickerSourceProvider Members

DevExpress.Maui.DataForm Namespace