[]
        
(Showing Draft Content)

C1.Web.Mvc.ComboBoxBase-1.IsRequired

IsRequired Property

IsRequired

Gets or 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).

Declaration
public override bool IsRequired { get; set; }
Overrides