SelectionList.Rows プロパティ

定義

選択リスト内の行数を取得または設定します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

public:
 property int Rows { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(true)]
public int Rows { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(true)>]
member this.Rows : int with get, set
Public Property Rows As Integer

プロパティ値

選択リスト内の行数。

属性

例外

SelectionList値を 0 未満に設定しようとしました。

注釈

既定値は 4 です。最小値は 1 で、最大値はありません。

適用対象

こちらもご覧ください