Click or drag to resize
UniSelectorAllowDefault Property
Specifies, whether the selector allows default item selection. If the dialog allows default selection, it displays the (default) field in the DDL variant (default false). 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 AllowDefault { get; set; }

Property Value

Type: Boolean
See Also