PreferenceActivity.IsMultiPane Property

Definition

Returns true if this activity is showing multiple panes -- the headers and a preference fragment.

public virtual bool IsMultiPane { [Android.Runtime.Register("isMultiPane", "()Z", "GetIsMultiPaneHandler")] get; }
[<get: Android.Runtime.Register("isMultiPane", "()Z", "GetIsMultiPaneHandler")>]
member this.IsMultiPane : bool

Property Value

Attributes

Remarks

Returns true if this activity is showing multiple panes -- the headers and a preference fragment.

Java documentation for android.preference.PreferenceActivity.isMultiPane().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to