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