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

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

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public interface IDecorationBlock : IDateSpan

Derived Classes: DecorationBlockDragDropDecorationBlockResizeDecorationBlock

Inherited Members IDateSpan.EndIDateSpan.Start

Properties

Gets the appointment.

C#
IAppointment Appointment { get; }

Gets or sets the info for the group item.

C#
IGroupItemInfo GroupItemInfo { get; }

Gets the occurrence.

C#
DateSpan Occurrence { get; }

Gets or sets the slot.

C#
Slot Slot { get; set; }