Class CalendarRow
Inherited Members
Namespace: Com.Telerik.Widget.Calendar
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class CalendarRow : CalendarElement
Constructors
CalendarRow(RadCalendarView)
CalendarRow(IntPtr, JniHandleOwnership)
Declaration
protected CalendarRow(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Fields
WeekNumberCellIndex
Declaration
public const int WeekNumberCellIndex = 0
Field Value
System.Int32
|
Properties
Cells
Declaration
protected IList Cells { get; set; }
Property Value
System.Collections.IList
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
Methods
AddCell(CalendarCell)
CellsCount()
Declaration
public virtual int CellsCount()
Returns
System.Int32
|
GetCell(Int32)
Declaration
public virtual CalendarCell GetCell(int index)
Parameters
System.Int32
index
|
Returns
CalendarCell
|