[]
Android.Widget.IListAdapter for IDataCollection<T> to be used in Android.Widget.ListView.
public class C1ListAdapter<T> : Object, IListAdapter, IAdapter, IJavaObject, IDisposable, IJavaPeerable where T : class
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| C1ListAdapter(IDataCollection<T>, string?) | Initializes a new instance of the C1ListAdapter<T> class. |
| Name | Description |
|---|---|
| Binding | Gets the property path of the item type that specifies what property to display as text by default. |
| Count | |
| DataCollection | Gets the source collection. |
| HasStableIds | |
| IsEmpty | |
| ViewTypeCount |
| Name | Description |
|---|---|
| AreAllItemsEnabled() | |
| GetItem(int) | |
| GetItemId(int) | |
| GetItemView(int, View?, ViewGroup?) | Gets the view for a specific item. |
| GetItemViewType(int) | |
| GetView(int, View?, ViewGroup?) | |
| IsEnabled(int) | |
| RegisterDataSetObserver(DataSetObserver?) | |
| UnregisterDataSetObserver(DataSetObserver?) |