ListRow Properties |
The ListRow type exposes the following members.
| Name | Description | |
|---|---|---|
| Active |
Set to false if the row should be marked as inactive.
| |
| Attributes |
Gets the custom attributes associated with the row.
| |
| ContextMenuID |
ID of Dynamicweb.Controls.Contextmenu to display on right click.
| |
| Disabled |
Gets or sets value indicating whether list row is disabled
| |
| Expandable |
Gets or sets value indicating whether the row is expandable (has child rows).
| |
| Height |
Gets or sets height of the row.
If value is 0, than height has default value.
| |
| Icon | ||
| IconColor | ||
| IsInternalHeaderRow | ||
| Item |
Gets or sets row value for the given column.
| |
| ItemID |
Item ID of the row.
| |
| OnClientClick |
Gets or sets the client-side script which is executed when user clicks on a row.
| |
| OnClientDoubleClick |
Gets or sets the client-side script which is executed when user double-clicks on a row.
| |
| RowID |
ID of the row.
| |
| Selected |
Gets or sets value indicating whether row is selected.
| |
| StoredInSelection |
Gets value indicating whether row was selected and this state was stored across list pagination.
| |
| Tag |
Gets or sets the custom information about the row.
| |
| Title | ||
| UsePointerCursor |