Class Appointment
Inheritance
System.Object
Appointment
Inherited Members
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class Appointment : AppointmentBase, IAppointment, IOccurrence, IDateSpan, INotifyPropertyChanged, IEditableObject, IEquatable<IAppointment>, ICopyable<IAppointment>, IExtendedAppointment, IObjectGenerator<IRecurrenceRule>
Constructors
Appointment()
Declaration
public Appointment()
Properties
Body
Declaration
public virtual string Body { get; set; }
Property Value
System.
|
Location
Declaration
public string Location { get; set; }
Property Value
System.
|
UniqueId
Declaration
public string UniqueId { get; set; }
Property Value
System.
|
Url
Declaration
public string Url { get; set; }
Property Value
System.
|
Methods
Copy()
Declaration
public override IAppointment Copy()
Returns
Overrides
Telerik.UI.Xaml.Controls.Scheduler.EditableObjectBase<Telerik.UI.Xaml.Controls.Scheduler.IAppointment>.Copy()
CopyFrom(IAppointment)
Declaration
public override void CopyFrom(IAppointment other)
Parameters
IAppointment
other
|
Overrides
ToString()
Declaration
public override string ToString()
Returns
System.
|