The methods of Android.Preferences.MultiSelectListPreference are listed below. For a list of all members, see the MultiSelectListPreference Members list.
See Also: Inherited members from Android.Preferences.DialogPreference
FindIndexOfValue(string)Returns the index of the given value (in the entry values array). | ||
GetEntries()Documentation for this section has not yet been entered. | ||
GetEntriesFormatted()The list of entries to be shown in the list in subsequent dialogs. | ||
GetEntryValues()Documentation for this section has not yet been entered. | ||
GetEntryValuesFormatted()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. |