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