UniSelectorAllowEmpty Property |
Specifies, whether the selector allows empty selection. If the dialog allows empty selection,
it displays the (none) field in the DDL variant and Clear button in the Textbox variant (default true).
For multiple selection it returns empty string, otherwise it returns 0.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public virtual bool AllowEmpty { get; set; }
Property Value
Type:
BooleanSee Also