Click or drag to resize
UniSelectorAllowAll Property
Specifies, whether the selector allows selection of all items. If the dialog allows selection of all items, it displays the (all) field in the DDL variant. When property is selected then Uniselector doesn’t load any data from DB, it just returns -1 value and external code must handle data loading.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public virtual bool AllowAll { get; set; }

Property Value

Type: Boolean
See Also