Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / TextBoxMinMax Structure / Type Property

In This Topic
    Type Property (TextBoxMinMax)
    In This Topic
    Gets the type of min/max value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As TextBoxMinMaxType
    public TextBoxMinMaxType Type {get;}
    See Also