Class AppointmentStatusInfo
Contains properties used by RadScheduler for status representaion.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class AppointmentStatusInfo : IAppointmentStatusInfo
Constructors
AppointmentStatusInfo(Int32, String, Color, Color, AppointmentStatusFillType)
Initializes a new instance of the Appointment
Declaration
public AppointmentStatusInfo(int id, string displayName, Color backColor, Color backColor2, AppointmentStatusFillType fillType)
Parameters
System. The id . |
System. The display name. |
System. The background color. |
System. The second background color. |
Appointment Type of the fill. |
Properties
BackColor
Gets or sets the background color.
Declaration
public Color BackColor { get; set; }
Property Value
System. The background color. |
Implements
BackColor2
Gets or sets the second background color.
Declaration
public Color BackColor2 { get; set; }
Property Value
System. The second background color. |
Implements
DefaultStatusId
Gets or sets the id of the AppointmentStatus that is default to appointments. Appointments with this status do not display the status-associated side color.
Declaration
public static int DefaultStatusId { get; set; }
Property Value
System.
|
DisplayName
Gets or sets the display name.
Declaration
public string DisplayName { get; set; }
Property Value
System. The display name. |
Implements
FillType
Gets or sets the type of the fill.
Declaration
public AppointmentStatusFillType FillType { get; set; }
Property Value
Appointment The type of the fill. |
Implements
Id
Gets or sets the id.
Declaration
public virtual int Id { get; set; }
Property Value
System. The id. |
Implements
UseAppointmentBorderHatchForeColor
Gets the appointment border is used for the hatch fore color.
Declaration
public bool UseAppointmentBorderHatchForeColor { get; set; }
Property Value
System. Determine whether the appointment border is used for the hatch fore color. |