DataBoundControlDesigner.SampleRowCount 属性

定义

获取数据绑定控件在设计图面上显示的行数。

protected:
 virtual property int SampleRowCount { int get(); };
protected virtual int SampleRowCount { get; }
member this.SampleRowCount : int
Protected Overridable ReadOnly Property SampleRowCount As Integer

属性值

数据绑定控件在设计图面上显示的行数。

继承者说明

若要更改数据绑定控件在设计图面上显示的行数,请重写属性 SampleRowCount 以返回要显示的行数。

适用于

另请参阅