Interface IDecorationBlock
An interface that represents the data context of a highlight item.
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface IDecorationBlock : IDateSpan
Properties
Appointment
GroupItemInfo
Gets or sets the info for the group item.
Declaration
IGroupItemInfo GroupItemInfo { get; }
Property Value
IGroupItemInfo
|