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

In This Topic
    IsRequired Property (InputColorTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputColor.IsRequired. Sets a value indicating whether the control value must be a color 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