| EditableWebPartList Properties |
The EditableWebPartList type exposes the following members.
| Name | Description | |
|---|---|---|
| Attributes |
Extra attributes
| |
| CssClass |
Css class of the item
| |
| CssStyle |
Css style of the item
| |
| ItemFormat |
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}"
| |
| ItemSeparator |
Separator that will be placed between each two items
| |
| ParentWebPart |
Parent web part
| |
| PropertyName |
Property name
| |
| RenderAsTag |
Renders the item as the specified tag, default value is "div"
| |
| SelectedItems |
Selected items
| |
| SelectedItemText |
Text that is presented as parameter {1} for selected item
| |
| SubItemFormat |
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 ""
| |
| Type |
If true, the property is multiline (editable with textbox)
|