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.Drawing.Color
The background color. |
BackColor2
Gets the second background color.
Declaration
Color BackColor2 { get; }
Property Value
System.Drawing.Color
The second background color. |
DisplayName
Gets the display name.
Declaration
string DisplayName { get; }
Property Value
System.String
The display name. |
FillType
Gets the type of the fill.
Declaration
AppointmentStatusFillType FillType { get; }
Property Value
AppointmentStatusFillType
The type of the fill. |
Id
Gets the id.
Declaration
int Id { get; }
Property Value
System.Int32
The id. |
UseAppointmentBorderHatchForeColor
Gets the appointment border is used for the hatch fore color.
Declaration
bool UseAppointmentBorderHatchForeColor { get; }
Property Value
System.Boolean
Determine whether the appointment border is used for the hatch fore color. |