ListView::CreateLayoutTemplate Method ()

 

Creates the root container in the ListView control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

protected:
virtual void CreateLayoutTemplate()

The CreateLayoutTemplate method is a helper method that is used to create the root container in the ListView control. The contents of the container are defined by the LayoutTemplate property.

System_CAPS_noteNote

This method is primarily used by control developers to extend the ListView control.

.NET Framework
Available since 3.5
Return to top
Show: