Android.Preferences.Preference: Property Members

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

Public Properties

[read-only]
ContextAndroid.Content.Context. Returns the Android.Content.Context of this Preference.
Dependencystring. Returns the key of the dependency on this Preference.
[read-only]
EditorAndroid.Content.ISharedPreferencesEditor. Returns an Android.Content.ISharedPreferencesEditor where this Preference can save its value(s).
Enabledbool. Checks whether this Preference should be enabled in the list.
[read-only]
ExtrasAndroid.OS.Bundle. Return the extras Bundle object associated with this preference, creating a new Bundle if there currently isn't one.
Fragmentstring. Return the fragment class name associated with this Preference.
[read-only]
HasKeybool. Checks whether this Preference has a valid key.
IconAndroid.Graphics.Drawables.Drawable. Returns the icon of this Preference.
IntentAndroid.Content.Intent. Return the Android.Content.Intent associated with this Preference.
Keystring. Gets the key for this Preference, which is also the key used for storing values into SharedPreferences.
LayoutResourceint. Gets the layout resource that will be shown as the Android.Views.View for this Preference.
OnPreferenceChangeListenerAndroid.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).
OnPreferenceClickListenerAndroid.Preferences.Preference.IOnPreferenceClickListener. Returns the callback to be invoked when this Preference is clicked.
Orderint. Gets the order of this Preference with respect to other Preference objects on the same level.
Persistentbool. Checks whether this Preference is persistent.
[read-only]
PreferenceManagerAndroid.Preferences.PreferenceManager. Gets the Android.Preferences.PreferenceManager that manages this Preference object's tree.
Selectablebool. Checks whether this Preference should be selectable in the list.
[read-only]
SharedPreferencesAndroid.Content.ISharedPreferences. Returns the Android.Content.ISharedPreferences where this Preference can read its value(s).
ShouldDisableViewbool. Checks whether this Preference should disable its view when it's action is disabled.
Summarystring. Documentation for this section has not yet been entered.
SummaryFormattedJava.Lang.ICharSequence. Returns the summary of this Preference.
Titlestring. Documentation for this section has not yet been entered.
TitleFormattedJava.Lang.ICharSequence. Returns the title of this Preference.
[read-only]
TitleResint. Returns the title resource ID of this Preference.
WidgetLayoutResourceint. Gets the layout resource for the controllable widget portion of this Preference.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.