PreferenceGroup.PreferenceCount Property

Definition

Returns the number of children Preferences.

public virtual int PreferenceCount { [Android.Runtime.Register("getPreferenceCount", "()I", "GetGetPreferenceCountHandler")] get; }
[<get: Android.Runtime.Register("getPreferenceCount", "()I", "GetGetPreferenceCountHandler")>]
member this.PreferenceCount : int

Property Value

The number of preference children in this group.

Attributes

Remarks

Returns the number of children Preferences.

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

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