ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / C1InputDate Class / SmartInputMode Property

In This Topic
    SmartInputMode Property
    In This Topic
    Allows smart input behavior.
    Syntax
    'Declaration
     
    Public Property SmartInputMode As System.Boolean
    public System.bool SmartInputMode {get; set;}
    Remarks
    When SmartInputMode is true, input control will automatically insert the closest century value when user types a number in year section.
    See Also