WebGrid.RowsPerPage Property

Definition

Gets the number of rows that are displayed on each page of the WebGrid instance.

public int RowsPerPage { get; }
member this.RowsPerPage : int
Public ReadOnly Property RowsPerPage As Integer

Property Value

The number of rows that are displayed on each page of the grid.

Applies to