Skip to main content

DataViewSettings.RowPerPage Property

OBSOLETE

Use the SettingsTableLayout.RowsPerPage property instead.

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

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

Property Value

Type
Int32
See Also