Android.Preferences.PreferenceActivity.ExtraNoHeaders Field
When starting this activity, the invoking Intent can contain this extra boolean that the header list should not be displayed.

Syntax

[Android.Runtime.Register("EXTRA_NO_HEADERS")]
public const string ExtraNoHeaders

Remarks

When starting this activity, the invoking Intent can contain this extra boolean that the header list should not be displayed. This is most often used in conjunction with PreferenceActivity.ExtraShowFragment to launch the activity to display a specific fragment that the user has navigated to.

[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