Click or drag to resize
EditableWebPartListSubItemFormat Property
Sub-item format string, when set, the lines of text are split by comma, and each of the line items is rendered with this format. {0} represents the item text. Default value is ""

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public string SubItemFormat { get; set; }

Property Value

Type: String
See Also