Android.Widget.HeaderViewListAdapter Class
ListAdapter used when a ListView has header views.

See Also: HeaderViewListAdapter Members

Syntax

[Android.Runtime.Register("android/widget/HeaderViewListAdapter", DoNotGenerateAcw=true)]
public class HeaderViewListAdapter : Java.Lang.Object, IFilterable, IWrapperListAdapter, IDisposable

Remarks

ListAdapter used when a ListView has header views. This ListAdapter wraps another one and also keeps track of the header views and their associated data objects.

This is intended as a base class; you will probably not need to use this class directly in your own code.

[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