Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / EditAppointmentTemplate Property

In This Topic
    EditAppointmentTemplate Property (C1Scheduler)
    In This Topic
    Gets or sets a DataTemplate that defines a UI for the Edit Appointment dialog. This is a dependency property.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("View")>
    <C1DescriptionAttribute("C1Scheduler.EditAppointmentTemplate", "Gets or sets a DataTemplate that defines a UI for the Edit Appointment dialog.")>
    Public Property EditAppointmentTemplate As DataTemplate
    [C1Category("View")]
    [C1Description("C1Scheduler.EditAppointmentTemplate", "Gets or sets a DataTemplate that defines a UI for the Edit Appointment dialog.")]
    public DataTemplate EditAppointmentTemplate {get; set;}
    Remarks
    A DataContext for this template is an C1.C1Schedule.Appointment object.
    See Also