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