Interface ISelectionAdapter
Namespace: Com.Telerik.Android.Data
Assembly: Telerik.Xamarin.Android.Data.dll
Syntax
public interface ISelectionAdapter : IJavaObject, IDisposable, IJavaPeerable
Properties
SelectedItems
Declaration
IList SelectedItems { get; }
Property Value
System.Collections.IList
|
SelectionMode
Methods
ClearSelection()
Declaration
void ClearSelection()
DeselectIndex(Int32)
Declaration
void DeselectIndex(int p0)
Parameters
System.Int32
p0
|
GetSelectedIndices()
Declaration
int[] GetSelectedIndices()
Returns
System.Int32[]
|
IsIndexSelected(Int32)
Declaration
bool IsIndexSelected(int p0)
Parameters
System.Int32
p0
|
Returns
System.Boolean
|
SelectedItemsSize()
Declaration
int SelectedItemsSize()
Returns
System.Int32
|
SelectIndex(Int32)
Declaration
void SelectIndex(int p0)
Parameters
System.Int32
p0
|