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