InterfaceIAppointmentStatusInfo
Interface
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.
BackColor2
Gets the second background color.
Declaration
cs-api-definition
Color BackColor2 { get; }
Property Value
The second background color.
DisplayName
Gets the display name.
FillType
Gets the type of the fill.
Declaration
cs-api-definition
AppointmentStatusFillType FillType { get; }
Property Value
The type of the fill.
UseAppointmentBorderHatchForeColor
Gets the appointment border is used for the hatch fore color.
Declaration
cs-api-definition
bool UseAppointmentBorderHatchForeColor { get; }
Property Value
Determine whether the appointment border is used for the hatch fore color.