Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1TextBox Class / Max Property

In This Topic
    Max Property (C1TextBox)
    In This Topic
    Gets or sets the max value accepted in the text box.
    Syntax
    'Declaration
     
    
    Public Overridable Property Max As Nullable(Of TextBoxMinMax)
    public virtual Nullable<TextBoxMinMax> Max {get; set;}
    See Also