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