The methods of Android.Preferences.PreferenceGroup are listed below. For a list of all members, see the PreferenceGroup Members list.
See Also: Inherited members from Android.Preferences.Preference
AddItemFromInflater(Preference)Called by the inflater to add an item to this group. | ||
AddPreference(Preference)Adds a Android.Preferences.Preference at the correct position based on the preference's order. | ||
FindPreference(Java.Lang.ICharSequence)Finds a Android.Preferences.Preference based on its key. | ||
FindPreference(string)Documentation for this section has not yet been entered. | ||
GetPreference(int)Returns the Android.Preferences.Preference at a particular index. | ||
RemoveAll()Removes all Android.Preferences.Preference from this group. | ||
RemovePreference(Preference)Removes a Android.Preferences.Preference from this group. |
DispatchRestoreInstanceState(Android.OS.Bundle)Called by Preference.RestoreHierarchyState(Android.OS.Bundle) to retrieve the saved state for this Preference and its children. | ||
DispatchSaveInstanceState(Android.OS.Bundle)Called by Preference.SaveHierarchyState(Android.OS.Bundle) to store the instance for this Preference and its children. | ||
OnPrepareAddPreference(Preference)Prepares a Android.Preferences.Preference to be added to the group. |