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

In This Topic
    IsRequired Property (InputTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ComboBoxBase<T>.IsRequired. Sets a value that determines whether the control value must be set to a non-null value or whether it can be set to null (by deleting the content of the control).
    Syntax
    'Declaration
     
    Public Overridable Property IsRequired As Boolean
    public virtual bool IsRequired {get; set;}
    See Also