Click or drag to resize

ListColumnCollection Class

Represents a collection of List columns.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListListColumn
    Dynamicweb.ControlsListColumnCollection

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class ListColumnCollection : List<ListColumn>

The ListColumnCollection type exposes the following members.

Constructors
  NameDescription
Public methodListColumnCollection
Initializes a new instance of a class.
Top
Properties
  NameDescription
Public propertyOwner
Gets the referente to a Dynamicweb.Controls.List control which these columns belongs to.
Top
Remarks