Click or drag to resize

EditableListColumn Class

Represents a base class for list column.
Inheritance Hierarchy

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

The EditableListColumn type exposes the following members.

Constructors
  NameDescription
Public methodEditableListColumn
Initializes a new instance of the EditableListColumn class.
Public methodEditableListColumn(String)
Initializes a new instance of the EditableListColumn class, as type string, using the specified column id.
Top
Properties
  NameDescription
Public propertyCellOptions
Gets the style settings used to paint column cells.
Public propertyName
Gets or sets the unique programmatic identifier name for a column.
Top
Remarks