Class CalendarDayCell
Inherited Members
Namespace: Com.Telerik.Widget.Calendar
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class CalendarDayCell : CalendarCell
Constructors
CalendarDayCell(RadCalendarView)
CalendarDayCell(IntPtr, JniHandleOwnership)
Declaration
protected CalendarDayCell(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
Events
Declaration
public virtual IList<Event> Events { get; set; }
Property Value
System.Collections.Generic.IList<Event>
|
IsFromCurrentMonth
Declaration
public virtual bool IsFromCurrentMonth { get; set; }
Property Value
System.Boolean
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
SecondaryText
Declaration
public virtual string SecondaryText { get; set; }
Property Value
System.String
|
SecondaryTextColorDisabled
Declaration
public virtual int SecondaryTextColorDisabled { get; }
Property Value
System.Int32
|
SecondaryTextColorEnabled
Declaration
public virtual int SecondaryTextColorEnabled { get; }
Property Value
System.Int32
|
SecondaryTextPosition
Declaration
public virtual int SecondaryTextPosition { get; set; }
Property Value
System.Int32
|
SecondaryTextSize
Declaration
public virtual float SecondaryTextSize { get; set; }
Property Value
System.Single
|
Selectable
Declaration
public virtual bool Selectable { get; set; }
Property Value
System.Boolean
|
Selected
Declaration
public virtual bool Selected { get; set; }
Property Value
System.Boolean
|
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
CalculateSecondaryTextPosition()
Declaration
protected virtual void CalculateSecondaryTextPosition()
DrawEvents(Canvas)
Declaration
protected virtual void DrawEvents(Canvas canvas)
Parameters
Android.Graphics.Canvas
canvas
|
SecondaryTextPaint()
Declaration
public virtual Paint SecondaryTextPaint()
Returns
Android.Graphics.Paint
|
SetSecondaryTextColor(Int32, Int32)
Declaration
public virtual void SetSecondaryTextColor(int colorEnabled, int colorDisabled)
Parameters
System.Int32
colorEnabled
|
System.Int32
colorDisabled
|
UpdateSecondaryTextColor()
Declaration
protected virtual void UpdateSecondaryTextColor()