EditableWebPartList Class |
Namespace: CMS.PortalControls
public class EditableWebPartList : Literal
The EditableWebPartList type exposes the following members.
Name | Description | |
---|---|---|
EditableWebPartList |
Constructor
|
Name | Description | |
---|---|---|
OnPreRender |
PreRender event handler
(Overrides ControlOnPreRender(EventArgs).) | |
Render |
Renders the control
(Overrides LiteralRender(HtmlTextWriter).) |
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
CallHandled |
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page.
Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
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)
|