Class CalendarInlineEvent
Handles calendar inline event
Inheritance
System.Object
    CalendarInlineEvent
  Namespace: Com.Syncfusion.Calendar
Assembly: Syncfusion.SfCalendar.Android.dll
Syntax
public class CalendarInlineEvent : Object
  Constructors
CalendarInlineEvent()
Declaration
public CalendarInlineEvent()
  Properties
Color
Gets or sets the color of the appointment.
Declaration
public Color Color { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Graphics.Color | The color.  | 
      
EndTime
Gets or sets the end time of the appointment.
Declaration
public Calendar EndTime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Java.Util.Calendar | The end time.  | 
      
IsAllDay
Gets or sets a value indicating whether this CalendarInlineEvent is all day.
Declaration
public bool IsAllDay { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
  | 
      
StartTime
Gets or sets the start time of the appointment.
Declaration
public Calendar StartTime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Java.Util.Calendar | The start time.  | 
      
Subject
Gets or sets the subject of the appointment.
Declaration
public string Subject { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The subject.  |