ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputNumber Class / IsRequired Property

In This Topic
    IsRequired Property (InputNumber)
    In This Topic
    Gets or sets a value indicating whether the control value must be a number or whether it can be set to null (by deleting the content of the control).
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property IsRequired As Boolean
    [DefaultValue(true)]
    public bool IsRequired {get; set;}
    See Also