Dynamicweb 9
Dynamicweb 9
Dynamicweb.Controls
List Class
List Methods
AddRow Method
Clear Method
GetAllItemIDs Method
GetControlState Method
GetRowsByInternalIds Method
GetSelectedRows Method
GetSelectedRowsFromAllPages Method
GetViewFrame Method
LoadResources Method
OnBeforeInitFilters Method
OnFiltersApplied Method
OnInit Method
OnLoad Method
OnPageIndexChanged Method
OnPageIndexChanging Method
OnPreRender Method
OnRemoveSorting Method
OnSort Method
RaisePostBackChangingEvent Method
RaisePostBackEvent Method
RemoveRow Method
RemoveRowAt Method
RemoveRowRange Method
Render Method
RenderRows Method
SetupControlState Method
SortRows Method
List
AddRow Method
Adds a row to the list.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
C#
VB
Copy
public
void
AddRow
(
ListRow
Value
)
Public
Sub
AddRow
(
Value
As
ListRow
)
Parameters
Value
Type:
Dynamicweb.Controls
ListRow
Remarks
See Also
Reference
List Class
Dynamicweb.Controls Namespace