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

RepositoryItemPageNumberEdit Class

Stores settings specific to the PageNumberEdit control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public class RepositoryItemPageNumberEdit :
    RepositoryItemTextEdit,
    ISupportsHeightFitting,
    ISupportAutoWidth

Remarks

The RepositoryItemPageNumberEdit class provides properties and events specific to the PageNumberEdit control. The control can be displayed in the navigation section of a menu bar or ribbon to allow an end-user to enter the required page number. The control only accepts digits and displays the default caption containing the maximum page number. See an example below.

PageNumberEdit

The settings provided by the RepositoryItemPageNumberEdit class include:

You can add the control to a menu bar or ribbon in Visual Studio Designer as shown in the figure below.

RepositoryItemPageNumberEdit_Designer

See Also