Click or drag to resize

EditableListColumnUserEditor Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[JsonObjectAttribute(MemberSerialization.OptOut)]
public class EditableListColumnUserEditor : EditableListColumnEditor

The EditableListColumnUserEditor type exposes the following members.

Constructors
  NameDescription
Public methodEditableListColumnUserEditor
Initializes a new instance of the EditableListColumnUserEditor class
Top
Properties
  NameDescription
Public propertyCssClass
Gets or sets the additional CSS class name to apply to editor.
(Inherited from EditableListColumnEditor.)
Public propertyEditorTypeName (Overrides EditableListColumnEditorEditorTypeName.)
Public propertyEnabled
Gets or sets a value indicating whether the editor is enabled.
(Inherited from EditableListColumnEditor.)
Public propertyHideAdmins
Gets or sets the value which indicates whether hide admins.
Public propertyOnlyBackend
Gets or sets the value which indicates whether select only backend users.
Public propertySelect
Gets or sets the value which indicates what kind of User Managment object can be selected.
Public propertyWidth
Gets or sets the width of the selector field excluding the width of the calendar icon (in pixels).
(Inherited from EditableListColumnEditor.)
Top
Methods
  NameDescription
Protected methodCreateChildControls
Public methodGetClientScriptBlock
JavaScripts from AjaxControl. This is method for module paragraph settings.
Protected methodRender (Overrides EditableListColumnEditorRender(HtmlTextWriter).)
Top
See Also