Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / EditRecurrenceTemplate Property

In This Topic
    EditRecurrenceTemplate Property (C1Scheduler)
    In This Topic
    Gets or sets a DataTemplate that defines a UI for the Edit Recurrence dialog. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property EditRecurrenceTemplate As DataTemplate
    public DataTemplate EditRecurrenceTemplate {get; set;}
    Remarks
    A DataContext for this template is a C1.C1Schedule.RecurrencePattern object.
    See Also