DataFormComboBoxDataProvider.SetSource(String, IEnumerable) Method
In This Article
Sets the ComboBox item source.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public void SetSource(
string propertyName,
IEnumerable itemsSource
)
#Parameters
Name | Type | Description |
---|---|---|
property |
String | The property that stores items. |
items |
IEnumerable | The source of items. |
See Also