This documentation is archived and is not being maintained.

ListViewDesigner::SampleRowCount Property

Gets the number of records that the ListView control displays on the design surface.

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

protected:
virtual property int SampleRowCount {
	int get () override;
}

Property Value

Type: System::Int32
The number of records that the ListView control displays on the design surface.

The SampleRowCount property always returns 21. This causes 21 records to be displayed in the design surface for the ListView control. An exception is if there is a DataPager control inside the ListView::LayoutTemplate template and the DataPager::PageSize property is set to a value less than 21. In that case, the number of records to display is the value of the DataPager::PageSize property. The maximum number of records that the ListView control will display on the designer surface is 21 records.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5
Show: