Skip to main content
A newer version of this page is available. .
Tab

DataViewTableLayoutSettings.RowsPerPage Property

Gets or sets the number of rows that a page displays in table mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(3)]
public virtual int RowsPerPage { get; set; }

Property Value

Type Default Description
Int32 3

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

Property Paths

You can access this nested property as listed below:

Object Type Path to RowsPerPage
ASPxDataView
.SettingsTableLayout.RowsPerPage
ASPxImageGallery
.SettingsTableLayout.RowsPerPage
DataViewSettings
.SettingsTableLayout.RowsPerPage
ImageGallerySettings
.SettingsTableLayout.RowsPerPage
MVCxDataView
.SettingsTableLayout.RowsPerPage
MVCxImageGallery
.SettingsTableLayout.RowsPerPage

Remarks

Use the RowsPerPage property to specify the number of rows that a page displays when the ASPxDataView.Layout property is set to Table. The number of columns can be specified with the DataViewTableLayoutSettings.ColumnCount property.

See Also