Click or drag to resize
EditableWebPartProperty Properties

The EditableWebPartProperty type exposes the following members.

Properties
  NameDescription
Public propertyCssClass
CSS class
Public propertyEncode
If true (default), the property text is encode
Public propertyFormControl
Code name of the form control used for editing of the property
Public propertyLineNumber
Line number in the web part property that the value corresponds, indexed from 1 (only this line is replaced by the new value upon editing). If 0 or less, the whole property is replaced.
Public propertyParentWebPart
Parent web part
Public propertyPropertyName
Property name
Protected propertyStatic memberReplacements
Replacements of the items. NOTE: When updating, update also the list in file layout.js
Public propertyStyle
Style
Public propertyType
If true, the property is multiline (editable with textbox)
Top
See Also