ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1DatePicker Class / DisplayDateStart Property

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

    Property Value

    The first date to display.
    See Also