Contains properties used by RadScheduler for status representaion.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class AppointmentStatusInfo : IAppointmentStatusInfo
Inheritance: objectAppointmentStatusInfo
Implements:
Constructors
Initializes a new instance of the AppointmentStatusInfo class.
public AppointmentStatusInfo(int id, string displayName, Color backColor, Color backColor2, AppointmentStatusFillType fillType)
The id .
displayNamestringThe display name.
backColorColorThe background color.
backColor2ColorThe second background color.
fillTypeAppointmentStatusFillTypeType of the fill.
Properties
Gets or sets the background color.
public Color BackColor { get; set; }
The background color.
Implements:
Gets or sets the second background color.
public Color BackColor2 { get; set; }
The second background color.
Implements:
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.
public static int DefaultStatusId { get; set; }
Gets or sets the display name.
public string DisplayName { get; set; }
The display name.
Implements:
Gets or sets the type of the fill.
public AppointmentStatusFillType FillType { get; set; }
The type of the fill.
Implements:
Gets the appointment border is used for the hatch fore color.
public bool UseAppointmentBorderHatchForeColor { get; set; }
Determine whether the appointment border is used for the hatch fore color.
Implements: