ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DateTimePicker Class / MinDatePickerWidth Property

In This Topic
    MinDatePickerWidth Property (C1DateTimePicker)
    In This Topic
    Gets or sets minimum width constraint of the date picker part.
    Syntax
    'Declaration
     
    
    Public Property MinDatePickerWidth As Double
    public double MinDatePickerWidth {get; set;}
    See Also