ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / Event Class / RecurrencePattern Property

In This Topic
    RecurrencePattern Property
    In This Topic
    Represents the recurrence attributes of an event. Only master events can have this field (recurrenceState is "master")
    Syntax
    'Declaration
     
    Public Property RecurrencePattern As RecurrencePattern
    public RecurrencePattern RecurrencePattern {get; set;}
    See Also