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: 9.0.0
Syntaxpublic virtual SelectionModeEnum SelectionMode { get; set; }
Property Value
Type:
SelectionModeEnum
See Also