Class DefaultSelectionAdapter
Inheritance
System.Object
DefaultSelectionAdapter
Namespace: Com.Telerik.Widget.List
Assembly: Telerik.Xamarin.Android.List.dll
Syntax
public class DefaultSelectionAdapter : Object, ISelectionAdapter, IJavaObject, IDisposable, IJavaPeerable
Constructors
DefaultSelectionAdapter(SelectionService)
DefaultSelectionAdapter(IntPtr, JniHandleOwnership)
Declaration
protected DefaultSelectionAdapter(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
SelectedItems
Declaration
public virtual IList SelectedItems { get; }
Property Value
System.Collections.IList
|
Implements
SelectionMode
Declaration
public virtual SelectionMode SelectionMode { get; set; }
Property Value
SelectionMode
|
Implements
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
ClearSelection()
DeselectIndex(Int32)
Declaration
public virtual void DeselectIndex(int index)
Parameters
System.Int32
index
|
Implements
GetSelectedIndices()
Declaration
public virtual int[] GetSelectedIndices()
Returns
System.Int32[]
|
Implements
IsIndexSelected(Int32)
Declaration
public virtual bool IsIndexSelected(int index)
Parameters
System.Int32
index
|
Returns
System.Boolean
|
Implements
SelectedItemsSize()
Declaration
public virtual int SelectedItemsSize()
Returns
System.Int32
|
Implements
SelectIndex(Int32)
Declaration
public virtual void SelectIndex(int index)
Parameters
System.Int32
index
|