InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputDatePicker Class / Value Property

In This Topic
    Value Property (InputDatePicker)
    In This Topic
    Gets or sets the date value assigned to the component.
    Syntax
    'Declaration
     
    Public Property Value As Date
    public DateTime Value {get; set;}
    Remarks
    Use the ValueIsNull property to determine whether the selected date is valid.
    See Also