Android.Views.ViewGroup.DescendantFocusability Property
Gets the descendant focusability of this view group.

Syntax

[get: Android.Runtime.Register("getDescendantFocusability", "()I", "GetGetDescendantFocusabilityHandler")]
[set: Android.Runtime.Register("setDescendantFocusability", "(I)V", "GetSetDescendantFocusability_IHandler")]
public virtual DescendantFocusability DescendantFocusability { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the descendant focusability of this view group. The descendant focusability defines the relationship between this view group and its descendants when looking for a view to take focus in ViewGroup.requestFocus(int, android.graphics.Rect).

Set method documentation [Android Documentation]

Set the descendant focusability of this view group. This defines the relationship between this view group and its descendants when looking for a view to take focus in ViewGroup.requestFocus(int, android.graphics.Rect).

Requirements

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