Click or drag to resize
EditableWebPartListItemFormat Property
Item format string. {0} represents the item text. {1} represents selected item text for selected item. {2} represents the item class in format Item[index]. {3} represents the non-formatted encoded item value. {4} represents the item value with formatting removed. Default value is "{0}"

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

Property Value

Type: String
See Also