Android.Widget.IExpandableListAdapter
An adapter that links a Android.Widget.ExpandableListView with the underlying data.

See Also: IExpandableListAdapter Members

Syntax

[Android.Runtime.Register("android/widget/ExpandableListAdapter", "", "Android.Widget.IExpandableListAdapterInvoker")]
public interface IExpandableListAdapter : Android.Runtime.IJavaObject, IDisposable

Remarks

An adapter that links a Android.Widget.ExpandableListView with the underlying data. The implementation of this interface will provide access to the data of the children (categorized by groups), and also instantiate Android.Views.Views for children and groups.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1