Class DecorationBlock
A class that represents the data context of a highlight item.
Inherited Members
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class DecorationBlock : DateSpan, INotifyPropertyChanged, IDisposable, IDecorationBlock, IDateSpan
Properties
ActualEnd
Gets the end time according to the current time zone.
Declaration
public DateTime ActualEnd { get; }
Property Value
System.
|
ActualStart
Gets the start time according to the current time zone.
Declaration
public DateTime ActualStart { get; }
Property Value
System.
|
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
Slot
Gets or sets the slot.
Declaration
public Slot Slot { get; set; }
Property Value
Implements
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System.
|
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. 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
System. The property that has a new value. |