Android.Preferences.ListPreference: Method Members

The methods of Android.Preferences.ListPreference are listed below. For a list of all members, see the ListPreference Members list.

See Also: Inherited members from Android.Preferences.DialogPreference

Public Methods

FindIndexOfValue(string) : int
Returns the index of the given value (in the entry values array).
GetEntries() : string[]
Documentation for this section has not yet been entered.
GetEntriesFormatted() : Java.Lang.ICharSequence[]
The list of entries to be shown in the list in subsequent dialogs.
GetEntryValues() : string[]
Documentation for this section has not yet been entered.
GetEntryValuesFormatted() : Java.Lang.ICharSequence[]
Returns the array of values to be saved for the preference.
SetEntries(Java.Lang.ICharSequence[])
Sets the human-readable entries to be shown in the list.
SetEntries(int)
SetEntries(string[])
Documentation for this section has not yet been entered.
SetEntryValues(Java.Lang.ICharSequence[])
The array to find the value to save for a preference when an entry from entries is selected.
SetEntryValues(int)
SetEntryValues(string[])
Documentation for this section has not yet been entered.
SetValueIndex(int)
Sets the value to the given index from the entry values.