Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(3)]
[Obsolete("Use the SettingsTableLayout.RowsPerPage property instead.")]
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