HeaderViewListAdapter.InterfaceConsts.IgnoreItemViewType Field

Definition

An item view type that causes the AdapterView to ignore the item view.

[Android.Runtime.Register("IGNORE_ITEM_VIEW_TYPE")]
public const int IgnoreItemViewType = -1;
[<Android.Runtime.Register("IGNORE_ITEM_VIEW_TYPE")>]
val mutable IgnoreItemViewType : int

Field Value

Value = -1
Attributes

Remarks

An item view type that causes the AdapterView to ignore the item view. For example, this can be used if the client does not want a particular view to be given for conversion in #getView(int, View, ViewGroup).

Java documentation for android.widget.Adapter.IGNORE_ITEM_VIEW_TYPE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to