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.DateTime
|
ActualStart
Gets the start time according to the current time zone.
Declaration
public DateTime ActualStart { get; }
Property Value
System.DateTime
|
Appointment
Gets or sets the appointment.
Declaration
public IAppointment Appointment { get; set; }
Property Value
IAppointment
|
Implements
GroupItemInfo
Gets or sets the group item info.
Declaration
public IGroupItemInfo GroupItemInfo { get; set; }
Property Value
IGroupItemInfo
|
Implements
Occurrence
Gets or sets the occurrence.
Declaration
public DateSpan Occurrence { get; set; }
Property Value
DateSpan
|
Implements
Slot
Methods
Equals(Object)
Determines whether the specified System.Object is equal to this instance.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The System.Object to compare with this instance. |
Returns
System.Boolean
|
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System.Int32
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.String
propertyName
The property that has a new value. |