Android.Widget.BaseAdapter.AreAllItemsEnabled Method
Indicates whether all the items in this adapter are enabled.

Syntax

[Android.Runtime.Register("areAllItemsEnabled", "()Z", "GetAreAllItemsEnabledHandler")]
public virtual bool AreAllItemsEnabled ()

Returns

Documentation for this section has not yet been entered.

Remarks

Indicates whether all the items in this adapter are enabled. If the value returned by this method changes over time, there is no guarantee it will take effect. If true, it means all items are selectable and clickable (there is no separator.)

[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