FormViewDesigner::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 always returns 2. This causes two page links to be displayed in the pager row of the FormView control at design time, if the PagerSettings mode is numeric.
The following code example shows how to override the SampleRowCount property in a class that is inherited from the FormViewDesigner class to change the number of page links appearing in the pager row of the FormView control at design time. The example causes four page links to display.
.NET Framework
Available since 2.0
Available since 2.0
Show: