RadControls for WPF

Defines basic methods and properties of an appointment.

Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView (in Telerik.Windows.Controls.ScheduleView.dll) Version: 2013.1.403.40

Syntax

C#
public interface IAppointment : IOccurrence, 
	IDateSpan, INotifyPropertyChanged, IEditableObject, IEquatable<IAppointment>, 
	ICopyable<IAppointment>
Visual Basic
Public Interface IAppointment _
	Inherits IOccurrence, IDateSpan, INotifyPropertyChanged, IEditableObject,  _
	IEquatable(Of IAppointment), ICopyable(Of IAppointment)

See Also