Click or drag to resize
UniSelectorSelectionMode Property
Indicates selection mode of the control. This property should not be changed later than on Page Init as it causes invalid hash. If you need to change it later than on Page Init, use reload method after changing this.

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

Property Value

Type: SelectionModeEnum
See Also