WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IRecurringScheduleAppointment - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IRecurringScheduleAppointment

    Provides the functionality for individual schedule items.

    Inherited Members
    IScheduleAppointment.IsConflict(IScheduleAppointment)
    IScheduleAppointment.IsConflict(DateTime, DateTime)
    IScheduleAppointment.AllDay
    IScheduleAppointment.AllowClickable
    IScheduleAppointment.AllowDrag
    IScheduleAppointment.AllowResize
    IScheduleAppointment.BackColor
    IScheduleAppointment.ForeColor
    IScheduleAppointment.Content
    IScheduleAppointment.CustomToolTip
    IScheduleAppointment.Dirty
    IScheduleAppointment.EndTime
    IScheduleAppointment.IgnoreChanges
    IScheduleAppointment.LabelValue
    IScheduleAppointment.LocationValue
    IScheduleAppointment.RecurringOnOverride
    IScheduleAppointment.MarkerValue
    IScheduleAppointment.Owner
    IScheduleAppointment.Reminder
    IScheduleAppointment.ReminderValue
    IScheduleAppointment.ReminderText
    IScheduleAppointment.StartTime
    IScheduleAppointment.Subject
    IScheduleAppointment.Tag
    IScheduleAppointment.TimeSpanColor
    IScheduleAppointment.ToolTip
    IScheduleAppointment.UniqueID
    IScheduleAppointment.Version
    System.IComparable.CompareTo(System.Object)
    System.ICloneable.Clone()
    Namespace: Syncfusion.Schedule
    Assembly: Syncfusion.Schedule.Base.dll
    Syntax
    public interface IRecurringScheduleAppointment : IScheduleAppointment, IComparable, ICloneable
    Remarks

    IScheduleAppointments must implement IComparable and ICloneable. IComparable is used to order the incidents in sorts so the items can be properly arranged in the schedule. ICloneable is also required to handle support for drag and drop in the ScheduleControl.

    Properties

    DateList

    Gets or sets the recurrenceList holding the dates associated with this recurring appointment.

    Declaration
    RecurrenceList DateList { get; set; }
    Property Value
    Type Description
    RecurrenceList

    RecurrenceRule

    Gets or sets the RecurrenceRule including both start and end dates.

    Declaration
    string RecurrenceRule { get; set; }
    Property Value
    Type Description
    System.String

    RecurrenceRuleID

    Gets or sets the unique identifier assigned to this recurrence appointment.

    Declaration
    int RecurrenceRuleID { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved