ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1TextBox Class / DateTimeInput Property

In This Topic
    DateTimeInput Property (C1TextBox)
    In This Topic
    Whether or not a special edit mode is applied to DateTime values.
    Syntax
    'Declaration
     
    Public Overridable Property DateTimeInput As Boolean
    public virtual bool DateTimeInput {get; set;}
    See Also