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 AppointmentStatusInfo class.
Declaration
public AppointmentStatusInfo(int id, string displayName, Color backColor, Color backColor2, AppointmentStatusFillType fillType)
Parameters
System.Int32
id
The id . |
System.String
displayName
The display name. |
System.Drawing.Color
backColor
The background color. |
System.Drawing.Color
backColor2
The second background color. |
AppointmentStatusFillType
fillType
Type of the fill. |
Properties
BackColor
Gets or sets the background color.
Declaration
public Color BackColor { get; set; }
Property Value
System.Drawing.Color
The background color. |
Implements
BackColor2
Gets or sets the second background color.
Declaration
public Color BackColor2 { get; set; }
Property Value
System.Drawing.Color
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.Int32
|
DisplayName
Gets or sets the display name.
Declaration
public string DisplayName { get; set; }
Property Value
System.String
The display name. |
Implements
FillType
Gets or sets the type of the fill.
Declaration
public AppointmentStatusFillType FillType { get; set; }
Property Value
AppointmentStatusFillType
The type of the fill. |
Implements
Id
Gets or sets the id.
Declaration
public virtual int Id { get; set; }
Property Value
System.Int32
The id. |
Implements
UseAppointmentBorderHatchForeColor
Gets the appointment border is used for the hatch fore color.
Declaration
public bool UseAppointmentBorderHatchForeColor { get; set; }
Property Value
System.Boolean
Determine whether the appointment border is used for the hatch fore color. |