Class RadCalendarView.SelectionContext
Inheritance
System.Object
RadCalendarView.SelectionContext
Namespace: Com.Telerik.Widget.Calendar
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class SelectionContext : Object
Constructors
SelectionContext()
Declaration
public SelectionContext()
SelectionContext(IntPtr, JniHandleOwnership)
Declaration
protected SelectionContext(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
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
DatesAdded()
Declaration
public virtual IList<Long> DatesAdded()
Returns
System.Collections.Generic.IList<Java.Lang.Long>
|
DatesRemoved()
Declaration
public virtual IList<Long> DatesRemoved()
Returns
System.Collections.Generic.IList<Java.Lang.Long>
|
NewSelection()
Declaration
public virtual IList<Long> NewSelection()
Returns
System.Collections.Generic.IList<Java.Lang.Long>
|
OldSelection()
Declaration
public virtual IList<Long> OldSelection()
Returns
System.Collections.Generic.IList<Java.Lang.Long>
|