Click or drag to resize

ListRow Class

Represents a list row.
Inheritance Hierarchy
SystemObject
  Dynamicweb.ControlsListRow

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class ListRow

The ListRow type exposes the following members.

Constructors
  NameDescription
Public methodListRow
Initializes a new instance of the ListRow class
Top
Properties
  NameDescription
Public propertyActive
Set to false if the row should be marked as inactive.
Public propertyAttributes
Gets the custom attributes associated with the row.
Public propertyContextMenuID
ID of Dynamicweb.Controls.Contextmenu to display on right click.
Public propertyDisabled
Gets or sets value indicating whether list row is disabled
Public propertyExpandable
Gets or sets value indicating whether the row is expandable (has child rows).
Public propertyHeight
Gets or sets height of the row. If value is 0, than height has default value.
Public propertyIcon
Public propertyIconColor
Public propertyIsInternalHeaderRow
Public propertyItem
Gets or sets row value for the given column.
Public propertyItemID
Item ID of the row.
Public propertyOnClientClick
Gets or sets the client-side script which is executed when user clicks on a row.
Public propertyOnClientDoubleClick
Gets or sets the client-side script which is executed when user double-clicks on a row.
Public propertyRowID
ID of the row.
Public propertySelected
Gets or sets value indicating whether row is selected.
Public propertyStoredInSelection
Gets value indicating whether row was selected and this state was stored across list pagination.
Public propertyTag
Gets or sets the custom information about the row.
Public propertyTitle
Public propertyUsePointerCursor
Top
Methods
  NameDescription
Public methodAddClass
Public methodAddColumn(Boolean)
Adds new column with specified value to the row.
Public methodAddColumn(DateTime)
Adds new column with specified value to the row.
Public methodAddColumn(Double)
Adds new column with specified value to the row.
Public methodAddColumn(Int32)
Adds new column with specified value to the row.
Public methodAddColumn(Int64)
Adds new column with specified value to the row.
Public methodAddColumn(Object)
Adds new column with specified value to the row.
Public methodAddColumn(String)
Adds new column with specified value to the row.
Public methodAddColumn(Boolean, String)
Adds new column with specified value and action to the row.
Public methodAddColumn(DateTime, String)
Adds new column with specified value and action to the row.
Public methodAddColumn(Double, String)
Adds new column with specified value and action to the row.
Public methodAddColumn(Int32, String)
Adds new column with specified value and action to the row.
Public methodAddColumn(Int64, String)
Adds new column with specified value and action to the row.
Public methodAddColumn(Object, String)
Adds new column with specified value and action to the row.
Public methodAddColumn(String, Boolean)
Adds new column with specified value to the row.
Public methodAddColumn(String, String)
Adds new column with specified value and action to the row.
Public methodAddColumn(String, String, Boolean)
Adds new column with specified value and action to the row.
Public methodAddColumn(String, String, String)
Adds new column with specified value and action to the row.
Public methoddoNotRender
Public methodGetRowIdentity
Retrieves row identity (a string that can be used to uniquely identify the row).
Public methodRemoveClass
Public methodRender
Renders list row.
Public methodToString (Overrides ObjectToString.)
Top
Remarks