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

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