PreferenceGroup.IsOnSameScreenAsChildren Property

Definition

Whether this preference group should be shown on the same screen as its contained preferences.

protected virtual bool IsOnSameScreenAsChildren { [Android.Runtime.Register("isOnSameScreenAsChildren", "()Z", "GetIsOnSameScreenAsChildrenHandler")] get; }
[<get: Android.Runtime.Register("isOnSameScreenAsChildren", "()Z", "GetIsOnSameScreenAsChildrenHandler")>]
member this.IsOnSameScreenAsChildren : bool

Property Value

True if the contained preferences should be shown on the same screen as this preference.

Attributes

Remarks

Whether this preference group should be shown on the same screen as its contained preferences.

Java documentation for android.preference.PreferenceGroup.isOnSameScreenAsChildren().

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