ListView Constructor ()
.NET Framework (current version)
Initializes a new instance of the ListView class.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Use this constructor to initialize a new instance of the ListView class. To dynamically add a ListView control to a page, create a new ListView object. Set its properties, and then add it to the Control::Controls collection of a container control, such as a PlaceHolder control.
.NET Framework
Available since 3.5
Available since 3.5
Show: