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

In This Topic
    IsRequired Property (InputDateTime)
    In This Topic
    Gets or sets a value indicating whether the control value must be a non-empty string.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Overridable Property IsRequired As Boolean
    [DefaultValue(true)]
    public virtual bool IsRequired {get; set;}
    See Also