Interface IAppointmentStatusInfo
Contains properties used by RadScheduler for status representaion
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public interface IAppointmentStatusInfo
Properties
BackColor
Gets the background color.
Declaration
Color BackColor { get; }
Property Value
System. The background color. |
BackColor2
Gets the second background color.
Declaration
Color BackColor2 { get; }
Property Value
System. The second background color. |
DisplayName
Gets the display name.
Declaration
string DisplayName { get; }
Property Value
System. The display name. |
FillType
Gets the type of the fill.
Declaration
AppointmentStatusFillType FillType { get; }
Property Value
Appointment The type of the fill. |
Id
Gets the id.
Declaration
int Id { get; }
Property Value
System. The id. |
UseAppointmentBorderHatchForeColor
Gets the appointment border is used for the hatch fore color.
Declaration
bool UseAppointmentBorderHatchForeColor { get; }
Property Value
System. Determine whether the appointment border is used for the hatch fore color. |