windowsforms-devexpress-dot-xtraeditors-dot-repository-0396dafa.md
Stores settings specific to the PageNumberEdit control.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class RepositoryItemPageNumberEdit :
RepositoryItemTextEdit,
ISupportsHeightFitting,
ISupportAutoWidth
Public Class RepositoryItemPageNumberEdit
Inherits RepositoryItemTextEdit
Implements ISupportsHeightFitting,
ISupportAutoWidth
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.
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.
Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemTextEdit RepositoryItemPageNumberEdit
See Also