New to Telerik UI for WinFormsStart a free 30-day trial

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: AppointmentStatusInfo

Properties

Gets the background color.

C#
Color BackColor { get; }
Property Value:

The background color.

Gets the second background color.

C#
Color BackColor2 { get; }
Property Value:

The second background color.

Gets the display name.

C#
string DisplayName { get; }
Property Value:

The display name.

Gets the type of the fill.

C#
AppointmentStatusFillType FillType { get; }
Property Value:

The type of the fill.

Gets the id.

C#
int Id { get; }
Property Value:

The id.

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

C#
bool UseAppointmentBorderHatchForeColor { get; }
Property Value:

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