New to Telerik UI for WPFStart a free 30-day trial

A class that represents the data context of a highlight item.

Definition

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: IDecorationBlock.Appointment

Gets or sets the group item info.

C#
public IGroupItemInfo GroupItemInfo { get; set; }

Implements: IDecorationBlock.GroupItemInfo

Gets or sets the occurrence.

C#
public DateSpan Occurrence { get; set; }

Implements: IDecorationBlock.Occurrence

Gets or sets the slot.

C#
public Slot Slot { get; set; }

Implements: IDecorationBlock.Slot

Methods

Determines whether the specified object is equal to this instance.

C#
public override bool Equals(object obj)
Parameters:objobject

The object to compare with this instance.

Returns:

bool

true if the specified object is equal to this instance; otherwise, false.

Overrides: DateSpan.Equals(object)

Serves as a hash function for a particular type.

C#
public override int GetHashCode()
Returns:

int

A hash code for the current System.Object.

Overrides: DateSpan.GetHashCode()

Raises this object's Telerik.Windows.Controls.ViewModelBase.PropertyChanged event.

C#
protected override void OnPropertyChanged(string propertyName)
Parameters:propertyNamestring

The property that has a new value.

Overrides: ViewModelBase.OnPropertyChanged(string)