ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / C1InputNumber Class / OnClientValueBoundsExceeded Property

In This Topic
    OnClientValueBoundsExceeded Property (C1InputNumber)
    In This Topic
    Occurs when the value of the input exceeds the valid range.
    Syntax
    'Declaration
     
    Public Property OnClientValueBoundsExceeded As System.String
    public System.string OnClientValueBoundsExceeded {get; set;}
    See Also