Android.Preferences.PreferenceActivity.OnIsHidingHeaders Method
Called to determine whether the header list should be hidden.

Syntax

[Android.Runtime.Register("onIsHidingHeaders", "()Z", "GetOnIsHidingHeadersHandler")]
public virtual bool OnIsHidingHeaders ()

Returns

Documentation for this section has not yet been entered.

Remarks

Called to determine whether the header list should be hidden. The default implementation returns the value given in PreferenceActivity.ExtraNoHeaders or false if it is not supplied. This is set to false, for example, when the activity is being re-launched to show a particular preference activity.

[Android Documentation]

Requirements

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