Class
AppointmentStatusInfo

Contains properties used by RadScheduler for status representaion.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class AppointmentStatusInfo : IAppointmentStatusInfo

Inheritance: objectAppointmentStatusInfo

Implements: IAppointmentStatusInfo

Constructors

AppointmentStatusInfo(int, string, Color, Color, AppointmentStatusFillType)

Initializes a new instance of the AppointmentStatusInfo class.

Declaration

cs-api-definition
public AppointmentStatusInfo(int id, string displayName, Color backColor, Color backColor2, AppointmentStatusFillType fillType)

Parameters

id

int

The id .

displayName

string

The display name.

backColor

Color

The background color.

backColor2

Color

The second background color.

fillType

AppointmentStatusFillType

Type of the fill.

Properties

BackColor

Gets or sets the background color.

Declaration

cs-api-definition
public Color BackColor { get; set; }

Property Value

Color

The background color.

Implements IAppointmentStatusInfo.BackColor

BackColor2

Gets or sets the second background color.

Declaration

cs-api-definition
public Color BackColor2 { get; set; }

Property Value

Color

The second background color.

Implements IAppointmentStatusInfo.BackColor2

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

cs-api-definition
public static int DefaultStatusId { get; set; }

Property Value

int

DisplayName

Gets or sets the display name.

Declaration

cs-api-definition
public string DisplayName { get; set; }

Property Value

string

The display name.

Implements IAppointmentStatusInfo.DisplayName

FillType

Gets or sets the type of the fill.

Declaration

cs-api-definition
public AppointmentStatusFillType FillType { get; set; }

Property Value

AppointmentStatusFillType

The type of the fill.

Implements IAppointmentStatusInfo.FillType

Id

Gets or sets the id.

Declaration

cs-api-definition
public virtual int Id { get; set; }

Property Value

int

The id.

Implements IAppointmentStatusInfo.Id

UseAppointmentBorderHatchForeColor

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

Declaration

cs-api-definition
public bool UseAppointmentBorderHatchForeColor { get; set; }

Property Value

bool

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

Implements IAppointmentStatusInfo.UseAppointmentBorderHatchForeColor