Adapter.IgnoreItemViewType Field

Definition

Caution

Use 'Android.Widget.IAdapter.IgnoreItemViewType'. This class will be removed in a future release.

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

[Android.Runtime.Register("IGNORE_ITEM_VIEW_TYPE")]
[System.Obsolete("Use 'Android.Widget.IAdapter.IgnoreItemViewType'. This class will be removed in a future release.")]
public const int IgnoreItemViewType = -1;
[<Android.Runtime.Register("IGNORE_ITEM_VIEW_TYPE")>]
[<System.Obsolete("Use 'Android.Widget.IAdapter.IgnoreItemViewType'. This class will be removed in a future release.")>]
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