Click or drag to resize
EditableWebPartList Class
Editable web part label control
Inheritance Hierarchy

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public class EditableWebPartList : Literal

The EditableWebPartList type exposes the following members.

Constructors
  NameDescription
Public methodEditableWebPartList
Constructor
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodCallHandled
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.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Properties
  NameDescription
Public propertyAttributes
Extra attributes
Public propertyCssClass
Css class of the item
Public propertyCssStyle
Css style of the item
Public propertyItemFormat
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}"
Public propertyItemSeparator
Separator that will be placed between each two items
Public propertyParentWebPart
Parent web part
Public propertyPropertyName
Property name
Public propertyRenderAsTag
Renders the item as the specified tag, default value is "div"
Public propertySelectedItems
Selected items
Public propertySelectedItemText
Text that is presented as parameter {1} for selected item
Public propertySubItemFormat
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 ""
Public propertyType
If true, the property is multiline (editable with textbox)
Top
See Also