Click or drag to resize
UniSelectorRemoveMultipleCommas Property
Indicates whether to remove multiple commas (can happen when DisplayNameFormat is like {%column1%}, {%column2%}, {column3} and column2 is empty.

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

Property Value

Type: Boolean
See Also