Class ScheduleAppointmentStatus
Represents a schedule appointment's status.
Inheritance
System.Object
ScheduleAppointmentStatus
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleAppointmentStatus : DependencyObject
Constructors
ScheduleAppointmentStatus()
Declaration
public ScheduleAppointmentStatus()
Fields
BrushProperty
Using a DependencyProperty as the backing store for Brush. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty BrushProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
StatusProperty
Declaration
public static readonly DependencyProperty StatusProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Brush
Gets or sets the brush for representing corresponding status.
Declaration
public Brush Brush { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
Status
Gets or sets the status of appointment.
Declaration
public string Status { get; set; }
Property Value
Type |
---|
System.String |