共用方式為


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 屬性以傳回您想要顯示的數據列數目。

適用於

另請參閱