IDecorationBlock
Interface
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:
Inherited Members
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; }