Android.Widget.BaseAdapter.IsEnabled Method
Returns true if the item at the specified position is not a separator.

Syntax

[Android.Runtime.Register("isEnabled", "(I)Z", "GetIsEnabled_IHandler")]
public virtual bool IsEnabled (int position)

Parameters

position
Index of the item

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if the item at the specified position is not a separator. (A separator is a non-selectable, non-clickable item). The result is unspecified if position is invalid. An Java.Lang.ArrayIndexOutOfBoundsException should be thrown in that case for fast failure.

[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