Version

RenderItems Method (DataMenuRenderer)

Renders the items of the dataTree starting with the Root level items.
Syntax
'Declaration
 
Public Overridable Sub RenderItems( _
   ByVal items As DataMenuItemCollection, _
   ByVal writer As HtmlTextWriter _
) 
public virtual void RenderItems( 
   DataMenuItemCollection items,
   HtmlTextWriter writer
)

Parameters

items
The items collection being rendered
writer
The writer to which the html is rendered.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also