DataBoundControlDesigner::SampleRowCount Property
.NET Framework (current version)
Gets the number of rows that the data-bound control displays on the design surface.
Assembly: System.Design (in System.Design.dll)
Property Value
Type: System::Int32The number of rows that the data-bound control displays on the design surface.
Notes to Implementers:
To change the number of rows that the data-bound control displays on the design surface, override the SampleRowCount property to return the number of rows that you want displayed.
.NET Framework
Available since 2.0
Available since 2.0
Show: