Back to Devexpress

RepositoryItemPageNumberEdit Class

windowsforms-devexpress-dot-xtraeditors-dot-repository-0396dafa.md

latest3.1 KB
Original Source

RepositoryItemPageNumberEdit Class

Stores settings specific to the PageNumberEdit control.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class RepositoryItemPageNumberEdit :
    RepositoryItemTextEdit,
    ISupportsHeightFitting,
    ISupportAutoWidth
vb
Public Class RepositoryItemPageNumberEdit
    Inherits RepositoryItemTextEdit
    Implements 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.

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.

Inheritance

Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemTextEdit RepositoryItemPageNumberEdit

See Also

RepositoryItemPageNumberEdit Members

DevExpress.XtraEditors.Repository Namespace