Interface
IAppointmentStatusInfo

Contains properties used by RadScheduler for status representaion

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public interface IAppointmentStatusInfo

Properties

BackColor

Gets the background color.

Declaration

cs-api-definition
Color BackColor { get; }

Property Value

Color

The background color.

BackColor2

Gets the second background color.

Declaration

cs-api-definition
Color BackColor2 { get; }

Property Value

Color

The second background color.

DisplayName

Gets the display name.

Declaration

cs-api-definition
string DisplayName { get; }

Property Value

string

The display name.

FillType

Gets the type of the fill.

Declaration

cs-api-definition
AppointmentStatusFillType FillType { get; }

Property Value

AppointmentStatusFillType

The type of the fill.

Id

Gets the id.

Declaration

cs-api-definition
int Id { get; }

Property Value

int

The id.

UseAppointmentBorderHatchForeColor

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

Declaration

cs-api-definition
bool UseAppointmentBorderHatchForeColor { get; }

Property Value

bool

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