PreferenceGroup.IsOnSameScreenAsChildren Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.