DecorationBlock
Class
A class that represents the data context of a highlight item.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class DecorationBlock : DateSpan, INotifyPropertyChanged, IDisposable, IDecorationBlock, IDateSpan
Inheritance: objectViewModelBaseDateSpanDecorationBlock
Derived Classes:
Implements:
Inherited Members
Properties
Gets the end time according to the current time zone.
C#
public DateTime ActualEnd { get; }
Gets the start time according to the current time zone.
C#
public DateTime ActualStart { get; }
Gets or sets the appointment.
C#
public IAppointment Appointment { get; set; }
Implements:
Gets or sets the group item info.
C#
public IGroupItemInfo GroupItemInfo { get; set; }
Implements:
Gets or sets the occurrence.
C#
public DateSpan Occurrence { get; set; }
Implements:
Methods
Serves as a hash function for a particular type.
C#
public override int GetHashCode()
A hash code for the current System.Object.
Overrides:
Raises this object's Telerik.Windows.Controls.ViewModelBase.PropertyChanged event.
C#
protected override void OnPropertyChanged(string propertyName)
The property that has a new value.
Overrides: