Class Event
Inheritance
System.Object
Event
Namespace: Com.Telerik.Widget.Calendar.Events
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class Event : Object
Constructors
Event(IntPtr, JniHandleOwnership)
Declaration
protected Event(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Event(String, Int64, Int64)
Declaration
public Event(string title, long startDate, long endDate)
Parameters
System.String
title
|
System.Int64
startDate
|
System.Int64
endDate
|
Properties
AllDay
Declaration
public virtual bool AllDay { get; set; }
Property Value
System.Boolean
|
CalendarId
Declaration
public virtual int CalendarId { get; set; }
Property Value
System.Int32
|
Details
Declaration
public virtual string Details { get; set; }
Property Value
System.String
|
EndDate
Declaration
public virtual long EndDate { get; set; }
Property Value
System.Int64
|
EventColor
Declaration
public virtual int EventColor { get; set; }
Property Value
System.Int32
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
StartDate
Declaration
public virtual long StartDate { get; set; }
Property Value
System.Int64
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Title
Declaration
public virtual string Title { get; set; }
Property Value
System.String
|