Class CalendarAppointment
Represents the Calendar appointment
Inheritance
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class CalendarAppointment : DependencyObject
  Constructors
CalendarAppointment()
Declaration
public CalendarAppointment()
  Fields
ColorProperty
Using a DependencyProperty as the backing store for Color. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ColorProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
CustomInlineviewProperty
Using a DependencyProperty as the backing store for MyProperty. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty CustomInlineviewProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
EndTimeProperty
Using a DependencyProperty as the backing store for EndTime. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty EndTimeProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
StartTimeProperty
Using a DependencyProperty as the backing store for StartTime. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty StartTimeProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
SubjectProperty
Using a DependencyProperty as the backing store for Subject. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty SubjectProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
Properties
Color
Gets or sets the background for an appointment.
Declaration
public Brush Color { get; set; }
  Property Value
| Type | 
|---|
| Windows.UI.Xaml.Media.Brush | 
CustomInlineview
Gets or sets the Custom view .
Declaration
public object CustomInlineview { get; set; }
  Property Value
| Type | 
|---|
| System.Object | 
EndTime
Gets or sets the appointment's end time.
Declaration
public DateTime EndTime { get; set; }
  Property Value
| Type | 
|---|
| System.DateTime | 
StartTime
Gets or sets the appointment's start time.
Declaration
public DateTime StartTime { get; set; }
  Property Value
| Type | 
|---|
| System.DateTime | 
Subject
Gets or sets the subject for an appointment.
Declaration
public string Subject { get; set; }
  Property Value
| Type | 
|---|
| System.String |