Edit

Share via


SelectionList.Rows Property

Definition

Gets or sets the number of rows in the selection list. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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

Property Value

The number of rows in the selection list.

Attributes

Exceptions

an attempt was made to set the SelectionList value to less than zero.

Remarks

The default value is 4; the minimum is 1, with no maximum.

Applies to

See also