PeopleEditor.DefaultRows property

Retrieves the default number of rows in the control.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property DefaultRows As Integer
    Get
'Usage
Dim value As Integer

value = Me.DefaultRows
protected override int DefaultRows { get; }

Property value

Type: System.Int32
An integer that represents the default number of rows.

See also

Reference

PeopleEditor class

PeopleEditor members

Microsoft.SharePoint.WebControls namespace