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

In This Topic
    AutoConvert Property (C1InputText)
    In This Topic
    Gets or sets whether the control automatically converts to the proper format according to the format setting.
    Syntax
    'Declaration
     
    Public Property AutoConvert As System.Boolean
    public System.bool AutoConvert {get; set;}
    See Also