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.

.NET Framework

Supported in: 4, 3.5

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

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: