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

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