[]
        
(Showing Draft Content)

C1.Android.DataCollection.C1ListAdapter-1.-ctor

C1ListAdapter Constructor

C1ListAdapter(IDataCollection<T>, string?)

Initializes a new instance of the C1ListAdapter<T> class.

Declaration
public C1ListAdapter(IDataCollection<T> dataCollection, string? binding = null)
Parameters
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.