| ComboboxAllowEmpty Property |
Gets or sets a value that indicates whether empty value is allowed.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(true)]
[DefaultValueAttribute(true)]
public virtual bool AllowEmpty { get; set; }
<BindableAttribute(true)>
<DefaultValueAttribute(true)>
Public Overridable Property AllowEmpty As Boolean
Get
Set
Property Value
Type:
Booleantrue if empty value is allowed; otherwise, false. The default value is false.
Return Value
Type:
BooleanRemarks See Also