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 属性以返回要显示的行数。

适用于

另请参阅