SelectionList.Rows 속성

정의

선택 목록의 행 수를 가져오거나 설정합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 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

속성 값

선택 목록의 행 수입니다.

특성

예외

값을 0보다 작게 설정 SelectionList 하려고 했습니다.

설명

기본값은 4입니다. 최소값은 1이며 최대값은 없습니다.

적용 대상

추가 정보