Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1MaskedTextBox Class / MaxLength Property

In This Topic
    MaxLength Property (C1MaskedTextBox)
    In This Topic
    Gets or sets the maximum number of characters allowed in the text box.
    Syntax
    'Declaration
     
    
    Public Overridable Property MaxLength As Nullable(Of Integer)
    public virtual Nullable<int> MaxLength {get; set;}
    See Also