Click or drag to resize
UniSelectorValuesSeparator Property
If there is a multi-selection enabled, the returned values are separated by this separator. Default is semicolon ";".

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

Property Value

Type: Char
See Also