Class CalendarInlineEvent
Calendar inline event class inherits View class.
Inheritance
System.Object
CalendarInlineEvent
Namespace: Syncfusion.SfCalendar.XForms
Assembly: Syncfusion.SfCalendar.XForms.dll
Syntax
public class CalendarInlineEvent : View
Constructors
CalendarInlineEvent()
Initializes a new instance of the CalendarInlineEvent class.
Declaration
public CalendarInlineEvent()
Fields
ColorProperty
Indicates a particular date that has event.
Declaration
public static readonly BindableProperty ColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
EndTimeProperty
Determines the event's ending date.
Declaration
public static readonly BindableProperty EndTimeProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
IsAllDayProperty
Denotes that there is no staring and ending hours . All day has that event.
Declaration
public static readonly BindableProperty IsAllDayProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
StartTimeProperty
Determines the event's starting date.
Declaration
public static readonly BindableProperty StartTimeProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
SubjectProperty
Describes the date included event.
Declaration
public static readonly BindableProperty SubjectProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
Color
Gets or sets the color of the inline events in SfCalendar.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | The color. |
EndTime
Gets or sets the end time of the SfCalendar's inline event.
Declaration
public DateTime EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The end time. |
IsAllDay
Gets or sets a value indicating whether this instance is all day or not.
Declaration
public bool IsAllDay { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
StartTime
Gets or sets the start time of the SfCalendar's inline event.
Declaration
public DateTime StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The start time. |
Subject
Gets or sets the subject of the inline event in SfCalendar.
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String | The subject. |