ASPxDataView.RowPerPage Property
In This Article
OBSOLETE
Use the Settings
Gets or sets the maximum number of rows displayed on a page.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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