Click or drag to resize

EditableListButtonColumn Class

Represents a list column.
Inheritance Hierarchy

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

The EditableListButtonColumn type exposes the following members.

Constructors
  NameDescription
Public methodEditableListButtonColumn
Initializes a new instance of the EditableListColumn class.
Public methodEditableListButtonColumn(String)
Initializes a new instance of the EditableListColumn class using the specified column id.
Public methodEditableListButtonColumn(String, String)
Initializes a new instance of the EditableListColumn class using the specified column id.
Top
Properties
  NameDescription
Public propertyAction
Gets or sets the button click action.
Public propertyCellOptions
Gets the style settings used to paint column cells.
(Inherited from EditableListColumn.)
Public propertyName
Gets or sets the unique programmatic identifier name for a column.
(Inherited from EditableListColumn.)
Top
Remarks