Interface IAppointment
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IAppointment : IOccurrence, IDateSpan, INotifyPropertyChanged, IEditableObject, IEquatable<IAppointment>, ICopyable<IAppointment>
Properties
End
Declaration
DateTime End { get; set; }
Property Value
System.
|
IsAllDayEvent
Declaration
bool IsAllDayEvent { get; set; }
Property Value
System.
|
RecurrenceRule
Resources
Declaration
IList Resources { get; }
Property Value
System.
|
Start
Declaration
DateTime Start { get; set; }
Property Value
System.
|
Subject
Declaration
string Subject { get; set; }
Property Value
System.
|
TimeZone
Declaration
TimeZoneInfo TimeZone { get; set; }
Property Value
System.
|
Events
RecurrenceRuleChanged
Declaration
event EventHandler RecurrenceRuleChanged
Event Type
System.
|