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.PortalControlsAssembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax public string ItemFormat { get; set; }
Property Value
Type:
StringSee Also