Interface IAppointment
Defines basic methods and properties of an appointment.
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public interface IAppointment : IDateRange, INotifyPropertyChanged, IEquatable<IAppointment>, ICopyable<IAppointment>
Properties
End
Gets or sets the System.
Declaration
DateTime End { get; set; }
Property Value
System.
|
IsAllDay
Gets or sets the System.
Declaration
bool IsAllDay { get; set; }
Property Value
System.
|
RecurrenceRule
Gets or sets the recurrence rule.
Declaration
IRecurrenceRule RecurrenceRule { get; set; }
Property Value
IRecurrence The recurrence rule. |
Start
Gets or sets the System.
Declaration
DateTime Start { get; set; }
Property Value
System.
|
Subject
Gets or sets the System.
Declaration
string Subject { get; set; }
Property Value
System.
|
TimeZone
Gets or sets the appointment time zone.
Declaration
TimeZoneInfo TimeZone { get; set; }
Property Value
System. The appointment time zone. |
Events
RecurrenceRuleChanged
Occurs when Recurrence
Declaration
event EventHandler RecurrenceRuleChanged
Event Type
System.
|