Android.Preferences.PreferenceFragment.PreferenceScreen Property
Gets the root of the preference hierarchy that this fragment is showing.

Syntax

[get: Android.Runtime.Register("getPreferenceScreen", "()Landroid/preference/PreferenceScreen;", "GetGetPreferenceScreenHandler")]
[set: Android.Runtime.Register("setPreferenceScreen", "(Landroid/preference/PreferenceScreen;)V", "GetSetPreferenceScreen_Landroid_preference_PreferenceScreen_Handler")]
public virtual PreferenceScreen PreferenceScreen { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the root of the preference hierarchy that this fragment is showing.

Set method documentation [Android Documentation]

Sets the root of the preference hierarchy that this fragment is showing.

Requirements

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