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.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public virtual bool AllowAll { get; set; }
Property Value
Type:
BooleanSee Also