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

In This Topic
    AppointmentDialogMinSize Property (C1SchedulerSettings)
    In This Topic
    Gets or sets the minimum size of the Appointment dialog.
    Syntax
    'Declaration
     
    
    Public Property AppointmentDialogMinSize As Size
    public Size AppointmentDialogMinSize {get; set;}
    See Also