Interface
IDecorationBlock

An interface that represents the data context of a highlight item.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public interface IDecorationBlock : IDateSpan

Inherited Members IDateSpan.EndIDateSpan.Start

Properties

Appointment

Gets the appointment.

Declaration

cs-api-definition
IAppointment Appointment { get; }

Property Value

IAppointment

GroupItemInfo

Gets or sets the info for the group item.

Declaration

cs-api-definition
IGroupItemInfo GroupItemInfo { get; }

Property Value

IGroupItemInfo

Occurrence

Gets the occurrence.

Declaration

cs-api-definition
DateSpan Occurrence { get; }

Property Value

DateSpan

Slot

Gets or sets the slot.

Declaration

cs-api-definition
Slot Slot { get; set; }

Property Value

Slot