Skip to main content

DataFormComboBoxDataProvider.SetSource(String, IEnumerable) Method

Sets the ComboBox item source.

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 Description
propertyName String

The property that stores items.

itemsSource IEnumerable

The source of items.

See Also