ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / InputDateBase Class / IsRequired Property

In This Topic
    IsRequired Property (InputDateBase)
    In This Topic
    Gets or sets a value indicating whether the control value must be a Date or whether it can be set to null (by deleting the content of the control).
    Syntax
    'Declaration
     
    Public Overrides Property IsRequired As Boolean
    public override bool IsRequired {get; set;}
    See Also