Click or drag to resize

ListColumn Class

Represents a list column.
Inheritance Hierarchy
System.Web.UIControl
  Dynamicweb.ControlsListColumn

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[DefaultPropertyAttribute("Name")]
public class ListColumn : Control

The ListColumn type exposes the following members.

Constructors
  NameDescription
Public methodListColumn
Initializes a new instance of the ListColumn class
Top
Properties
  NameDescription
Public propertyCssClass
Public propertyDateFormat
Public propertyEnableSorting
Activates sorting and filter options for the column.
Public propertyExcludeFromColumnSelector
Public propertyHeaderAlign
Public propertyHideOnTablet
Gets or sets value indicating whether to hide column on tablet resolution(1280x768)
Public propertyItemAlign
Public propertyName
Name of the header.
Public propertyOriginalIndex
Public propertyOwner
Gets the reference to a Dynamicweb.Controls.List control that this column belogs to.
Public propertyTranslateName
Transalte the name.
Public propertyWidth
Width of the column.
Public propertyWidthPercent
Width of the column.
Top
Methods
  NameDescription
Public methodClearSortedState
Clears "Sorted" marker.
Protected methodRender
Renders list column.
Public methodSetSortedState
Sets the marker that indicates that the list was sorteb by this column.
Top
Remarks