Android.Widget.GridLayout.Undefined Field
The constant used to indicate that a value is undefined.

Value: -2147483648

Syntax

[Android.Runtime.Register("UNDEFINED")]
public const int Undefined

Remarks

The constant used to indicate that a value is undefined. Fields can use this value to indicate that their values have not yet been set. Similarly, methods can return this value to indicate that there is no suitable value that the implementation can return. The value used for the constant (currently Java.Lang.Integer.MinValue) is intended to avoid confusion between valid values whose sign may not be known.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14