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