ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TagNumericInputParams Class / Minimum Property

In This Topic
    Minimum Property (TagNumericInputParams)
    In This Topic
    Gets or sets the minimum allowed value.
    Syntax
    'Declaration
     
    Public Property Minimum As System.Decimal
    public System.decimal Minimum {get; set;}
    See Also