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

In This Topic
    IsRequired Property (InputMask)
    In This Topic
    Gets or sets a value indicating whether the control value must be a non-empty string.
    Syntax
    'Declaration
     
    Public Property IsRequired As Boolean
    public bool IsRequired {get; set;}
    See Also