Click or drag to resize
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.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public virtual bool AllowEmpty { get; set; }

Property Value

Type: Boolean
See Also