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

In This Topic
    Text Property (InputDatePicker)
    In This Topic
    Gets or sets the text in the InputDatePicker.
    Syntax
    'Declaration
     
    Public Overrides Property Text As String
    public override string Text {get; set;}
    See Also