| EditableGridInitializeFooter Method |
Initializes footer row.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax protected virtual void InitializeFooter(
GridViewRow row
)
Protected Overridable Sub InitializeFooter (
row As GridViewRow
)
Parameters
- row
- Type: System.Web.UI.WebControlsGridViewRow
Row to initialize.
Remarks See Also