Skip to main content
Tab

ASPxNewsControl.RowPerPage Property

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)]
public int RowPerPage { get; set; }

Property Value

Type Default Description
Int32 3

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

See Also