ListRow Class |
Namespace: Dynamicweb.Controls
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 |
| Name | Description | |
|---|---|---|
| AddClass | ||
| AddColumn(Boolean) |
Adds new column with specified value to the row.
| |
| AddColumn(DateTime) |
Adds new column with specified value to the row.
| |
| AddColumn(Double) |
Adds new column with specified value to the row.
| |
| AddColumn(Int32) |
Adds new column with specified value to the row.
| |
| AddColumn(Int64) |
Adds new column with specified value to the row.
| |
| AddColumn(Object) |
Adds new column with specified value to the row.
| |
| AddColumn(String) |
Adds new column with specified value to the row.
| |
| AddColumn(Boolean, String) |
Adds new column with specified value and action to the row.
| |
| AddColumn(DateTime, String) |
Adds new column with specified value and action to the row.
| |
| AddColumn(Double, String) |
Adds new column with specified value and action to the row.
| |
| AddColumn(Int32, String) |
Adds new column with specified value and action to the row.
| |
| AddColumn(Int64, String) |
Adds new column with specified value and action to the row.
| |
| AddColumn(Object, String) |
Adds new column with specified value and action to the row.
| |
| AddColumn(String, Boolean) |
Adds new column with specified value to the row.
| |
| AddColumn(String, String) |
Adds new column with specified value and action to the row.
| |
| AddColumn(String, String, Boolean) |
Adds new column with specified value and action to the row.
| |
| AddColumn(String, String, String) |
Adds new column with specified value and action to the row.
| |
| doNotRender | ||
| GetRowIdentity |
Retrieves row identity (a string that can be used to uniquely identify the row).
| |
| RemoveClass | ||
| Render |
Renders list row.
| |
| ToString | (Overrides ObjectToString.) |