Android.Widget.BaseExpandableListAdapter Class
Base class for a Android.Widget.IExpandableListAdapter used to provide data and Views from some data to an expandable list view.

See Also: BaseExpandableListAdapter Members

Syntax

[Android.Runtime.Register("android/widget/BaseExpandableListAdapter", DoNotGenerateAcw=true)]
public abstract class BaseExpandableListAdapter : Java.Lang.Object, IExpandableListAdapter, IHeterogeneousExpandableList, IDisposable

Remarks

Base class for a Android.Widget.IExpandableListAdapter used to provide data and Views from some data to an expandable list view.

Adapters inheriting this class should verify that the base implementations of BaseExpandableListAdapter.GetCombinedChildId(long, System.Int64) and BaseExpandableListAdapter.GetCombinedGroupId(long) are correct in generating unique IDs from the group/children IDs.

See Also

[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