[]
Initializes a new instance of the C1ListAdapter<T> class.
public C1ListAdapter(IDataCollection<T> dataCollection, string? binding = null)
| Type | Name | Description |
|---|---|---|
| IDataCollection<T> | dataCollection | The data source. |
| string | binding | The property path of the item type that specifies what property to display as text by default. |