IAppointmentStatusInfo
Interface
Contains properties used by RadScheduler for status representaion
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public interface IAppointmentStatusInfo
Derived Classes:
Properties
Gets the background color.
C#
Color BackColor { get; }
The background color.
Gets the second background color.
C#
Color BackColor2 { get; }
The second background color.
Gets the display name.
C#
string DisplayName { get; }
The display name.
Gets the type of the fill.
C#
AppointmentStatusFillType FillType { get; }
The type of the fill.
Gets the appointment border is used for the hatch fore color.
C#
bool UseAppointmentBorderHatchForeColor { get; }
Determine whether the appointment border is used for the hatch fore color.