Click or drag to resize

EditableListColumnProductsAndGroupsEditor Class

EditableListColumnProductsAndGroupsEditor class.
Inheritance Hierarchy
System.Web.UIControl
  Dynamicweb.ControlsEditableListColumnEditor
    Dynamicweb.ControlsEditableListColumnProductsAndGroupsEditor

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

The EditableListColumnProductsAndGroupsEditor type exposes the following members.

Constructors
  NameDescription
Public methodEditableListColumnProductsAndGroupsEditor
Initializes a new instance of the EditableListColumnProductsAndGroupsEditor class
Top
Properties
  NameDescription
Public propertyAllRadioText
Gets or sets all radio text.
Public propertyCallerForm
Gets or sets the caller form.
Public propertyCssClass
Gets or sets the additional CSS class name to apply to editor.
(Inherited from EditableListColumnEditor.)
Public propertyEditorTypeName
Gets the editor's class name.
(Overrides EditableListColumnEditorEditorTypeName.)
Public propertyEnabled
Gets or sets a value indicating whether the editor is enabled.
(Inherited from EditableListColumnEditor.)
Public propertyEnableSubItems
Gets or sets a value indicating whether [enable sub items].
Public propertyHeight
Gets or sets the height.
Public propertyLanguageID
Gets or sets the language identifier.
Public propertyNoneRadioText
Gets or sets the none radio text.
Public propertyOnlyGroups
Gets or sets a value indicating whether [only groups].
Public propertyShowAllRadio
Gets or sets a value indicating whether [show all radio].
Public propertyShowIncludeSubGroups
Gets or sets a value indicating whether [show include sub groups].
Public propertyShowNoneRadio
Gets or sets a value indicating whether [show none radio].
Public propertyShowSearches
Gets or sets a value indicating whether [show searches].
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
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
Protected methodRender
Renders the specified writer.
(Overrides EditableListColumnEditorRender(HtmlTextWriter).)
Top
Fields
  NameDescription
Public fieldValue
The value
Top
See Also