Skip to main content

NavigatorButtonsBase.PageRecordCount Property

Gets or sets the number of records by which the current record changes after the PrevPage or NextPage button has been pressed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(10)]
public virtual int PageRecordCount { get; set; }

Property Value

Type Default Description
Int32 10

An integer value specifying a number of records.

Remarks

As implemented in the NavigatorButtonsBase class, the PageRecordCount property is read only and returns 10. This property is overridden in derived classes to allow you to change the page size.

See Also