DataFormComboBoxDataProvider.GetSource(String) Method
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public IEnumerable GetSource(
string propertyName
)
Parameters
| Name | Type |
|---|---|
| propertyName | String |
Returns
| Type |
|---|
| IEnumerable |
Implements
See Also