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