Click or drag to resize

EditableListColumnOptions Class

Provides the style settings used to paint data cells.
Inheritance Hierarchy

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

The EditableListColumnOptions type exposes the following members.

Constructors
  NameDescription
Public methodEditableListColumnOptions
Initializes a new instance of the EditableListCellStyle class.
Public methodEditableListColumnOptions(String)
Initializes a new instance of the EditableListColumnOptions class
Top
Properties
  NameDescription
Public propertyCaption
Gets or sets the caption.
Public propertyCssClass
Gets or sets the cascading style sheet (CSS) class rendered by the Web server control on the client.
Public propertyHeight
Gets or sets the height of the column.
Public propertyIndex
Gets or sets a value indicating column index.
Public propertyTooltip
Gets or sets the column header's tooltip text.
Public propertyVisible
Gets or sets a value that indicates whether a column is visible.
Public propertyWidth
Gets or sets the width of the column.
Top
Remarks