ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DatePicker Class / DisplayDateStart Property

In This Topic
    DisplayDateStart Property (C1DatePicker)
    In This Topic
    Gets or sets the first date to be displayed.
    Syntax
    'Declaration
     
    
    Public Property DisplayDateStart As Nullable(Of Date)
    public Nullable<DateTime> DisplayDateStart {get; set;}

    Property Value

    The first date to display.
    See Also