Android.Preferences.PreferenceScreen.RootAdapter Property
Returns an adapter that can be attached to a Android.Preferences.PreferenceActivity or Android.Preferences.PreferenceFragment to show the preferences contained in this Android.Preferences.PreferenceScreen.

Syntax

[get: Android.Runtime.Register("getRootAdapter", "()Landroid/widget/ListAdapter;", "GetGetRootAdapterHandler")]
public Android.Widget.IListAdapter RootAdapter { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns an adapter that can be attached to a Android.Preferences.PreferenceActivity or Android.Preferences.PreferenceFragment to show the preferences contained in this Android.Preferences.PreferenceScreen.

This Android.Preferences.PreferenceScreen will NOT appear in the returned adapter, instead it appears in the hierarchy above this Android.Preferences.PreferenceScreen.

This adapter's Android.Widget.Adapter.getItem(int) should always return a subclass of Android.Preferences.Preference.

[Android Documentation]

Requirements

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