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

DataNavigatorButtons.PageRecordCount Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public override int PageRecordCount { get; set; }

Property Value

Type Description
Int32

An integer value specifying the number of records to which the current record changes after the PrevPage or NextPage button has been pressed.

Remarks

The DataNavigatorButtons.PrevPage and DataNavigatorButtons.NextPage buttons are used to navigate through dataset records. Use this property to specify the number of records to which the current record changes after the DataNavigatorButtons.PrevPage or DataNavigatorButtons.NextPage button has been pressed.

Note: assigning the PageRecordCount property to a value less than 2 will have no effect.

See Also