Skip to main content
A newer version of this page is available. .
Tab

ASPxDataView.RowPerPage Property

OBSOLETE

Use the SettingsTableLayout.RowsPerPage property instead.

Gets or sets the maximum number of rows displayed on a page.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[Obsolete("Use the SettingsTableLayout.RowsPerPage property instead.")]
[DefaultValue(3)]
public int RowPerPage { get; set; }

Property Value

Type Default Description
Int32 3

An integer value that specifies the maximum number of rows on a page.

See Also