Прочитај на енглеском Уреди

Делите путем


DataPager.MaximumRows Property

Definition

Gets the maximum number of records that are displayed for each page of data.

C#
[System.ComponentModel.Browsable(false)]
public int MaximumRows { get; }

Property Value

The maximum number of records that are displayed for each page of data.

Attributes

Remarks

Use the MaximumRows property to retrieve the size of a page of data. The MaximumRows property contains the same value as the PageSize property. You can change the value of this property by setting the PageSize property.

Applies to

Производ Верзије
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also