Android.Resource.Attribute.DescendantFocusability Field
Defines the relationship between the ViewGroup and its descendants when looking for a View to take focus.

Value: 16842993

Syntax

[Android.Runtime.Register("descendantFocusability")]
public const int DescendantFocusability

Remarks

Defines the relationship between the ViewGroup and its descendants when looking for a View to take focus.
ConstantValueDescription
beforeDescendants0 The ViewGroup will get focus before any of its descendants.
afterDescendants1 The ViewGroup will get focus only if none of its descendants want it.
blocksDescendants2 The ViewGroup will block its descendants from receiving focus.

Must be one of the following constant values.

[Android Documentation]

Requirements

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