The properties of Android.Preferences.Preference are listed below. For a list of all members, see the Preference Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] | Context | Android.Content.Context. Returns the Android.Content.Context of this Preference. |
Dependency | string. Returns the key of the dependency on this Preference. | |
[read-only] | Editor | Android.Content.ISharedPreferencesEditor. Returns an Android.Content.ISharedPreferencesEditor where this Preference can save its value(s). |
Enabled | bool. Checks whether this Preference should be enabled in the list. | |
[read-only] | Extras | Android.OS.Bundle. Return the extras Bundle object associated with this preference, creating a new Bundle if there currently isn't one. |
Fragment | string. Return the fragment class name associated with this Preference. | |
[read-only] | HasKey | bool. Checks whether this Preference has a valid key. |
Icon | Android.Graphics.Drawables.Drawable. Returns the icon of this Preference. | |
Intent | Android.Content.Intent. Return the Android.Content.Intent associated with this Preference. | |
Key | string. Gets the key for this Preference, which is also the key used for storing values into SharedPreferences. | |
LayoutResource | int. Gets the layout resource that will be shown as the Android.Views.View for this Preference. | |
OnPreferenceChangeListener | Android.Preferences.Preference.IOnPreferenceChangeListener. Returns the callback to be invoked when this Preference is changed by the user (but before the internal state has been updated). | |
OnPreferenceClickListener | Android.Preferences.Preference.IOnPreferenceClickListener. Returns the callback to be invoked when this Preference is clicked. | |
Order | int. Gets the order of this Preference with respect to other Preference objects on the same level. | |
Persistent | bool. Checks whether this Preference is persistent. | |
[read-only] | PreferenceManager | Android.Preferences.PreferenceManager. Gets the Android.Preferences.PreferenceManager that manages this Preference object's tree. |
Selectable | bool. Checks whether this Preference should be selectable in the list. | |
[read-only] | SharedPreferences | Android.Content.ISharedPreferences. Returns the Android.Content.ISharedPreferences where this Preference can read its value(s). |
ShouldDisableView | bool. Checks whether this Preference should disable its view when it's action is disabled. | |
Summary | string. Documentation for this section has not yet been entered. | |
SummaryFormatted | Java.Lang.ICharSequence. Returns the summary of this Preference. | |
Title | string. Documentation for this section has not yet been entered. | |
TitleFormatted | Java.Lang.ICharSequence. Returns the title of this Preference. | |
[read-only] | TitleRes | int. Returns the title resource ID of this Preference. |
WidgetLayoutResource | int. Gets the layout resource for the controllable widget portion of this Preference. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |