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