AddEditorRow builds a sigle editor row and adds it to the Table

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected virtual void AddEditorRow(
	Table table,
	Object obj
)
Visual Basic
Protected Overridable Sub AddEditorRow ( 
	table As Table,
	obj As Object
)

Parameters

table
Type: System.Web.UI.WebControls..::..Table
The Table Control to add the row to
obj
Type: System..::..Object
Row Data Info.

Remarks

This method is protected so that classes that inherit from PropertyEditor can modify how the Row is displayed

See Also