Android.Widget.AdapterView.InvalidPosition Field
Represents an invalid position.

Value: -1

Syntax

[Android.Runtime.Register("INVALID_POSITION")]
public const int InvalidPosition

Remarks

Represents an invalid position. All valid positions are in the range 0 to 1 less than the number of items in the current adapter.

[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