New to Telerik UI for WinFormsStart a free 30-day trial

Contains properties used by RadScheduler for status representaion.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public class AppointmentStatusInfo : IAppointmentStatusInfo

Inheritance: objectAppointmentStatusInfo

Implements: IAppointmentStatusInfo

Constructors

Initializes a new instance of the AppointmentStatusInfo class.

C#
public AppointmentStatusInfo(int id, string displayName, Color backColor, Color backColor2, AppointmentStatusFillType fillType)
Parameters:idint

The id .

displayNamestring

The display name.

backColorColor

The background color.

backColor2Color

The second background color.

fillTypeAppointmentStatusFillType

Type of the fill.

Properties

Gets or sets the background color.

C#
public Color BackColor { get; set; }
Property Value:

The background color.

Implements: IAppointmentStatusInfo.BackColor

Gets or sets the second background color.

C#
public Color BackColor2 { get; set; }
Property Value:

The second background color.

Implements: IAppointmentStatusInfo.BackColor2

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.

C#
public static int DefaultStatusId { get; set; }

Gets or sets the display name.

C#
public string DisplayName { get; set; }
Property Value:

The display name.

Implements: IAppointmentStatusInfo.DisplayName

Gets or sets the type of the fill.

C#
public AppointmentStatusFillType FillType { get; set; }
Property Value:

The type of the fill.

Implements: IAppointmentStatusInfo.FillType

Gets or sets the id.

C#
public virtual int Id { get; set; }
Property Value:

The id.

Implements: IAppointmentStatusInfo.Id

Gets the appointment border is used for the hatch fore color.

C#
public bool UseAppointmentBorderHatchForeColor { get; set; }
Property Value:

Determine whether the appointment border is used for the hatch fore color.

Implements: IAppointmentStatusInfo.UseAppointmentBorderHatchForeColor