Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1SchedulerSettings Class / AppointmentDialogSize Property

In This Topic
    AppointmentDialogSize Property (C1SchedulerSettings)
    In This Topic
    Gets or sets the size of the Appointment dialog.
    Syntax
    'Declaration
     
    
    Public Property AppointmentDialogSize As Size
    public Size AppointmentDialogSize {get; set;}
    Remarks
    Note, Appointment dialog is resizable, so this property might be changed at run time if end-user resizes the window.
    See Also