Click or drag to resize

ListRow Properties

The ListRow type exposes the following members.

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
See Also