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