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

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.v19.2.dll

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, this property simply returns 10. Assigning values to this property is not in effect. This property is overridden in derived classes to allow changing the page size.

See Also