DetailsViewDesigner::SampleRowCount Property
.NET Framework (current version)
Gets the number of sample rows for the associated control to display.
Assembly: System.Design (in System.Design.dll)
The SampleRowCount property always returns the number 2. This causes two page links to be displayed in the pager row of the DetailsView control at design time.
The following code example shows how to override the SampleRowCount property in a class inherited from the DetailsViewDesigner class to change the number of page links appearing in the pager row of the DetailsView control at design time. The example causes five page links to be displayed.
.NET Framework
Available since 2.0
Available since 2.0
Show: