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

RepositoryItemPageNumberEdit.TotalPageCount Property

Gets or sets the maximum page number.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(0)]
public virtual int TotalPageCount { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the maximum page number.

Remarks

The TotalPageCount property sets a maximum edit value that cannot be exceeded. If the editor caption (see RepositoryItemPageNumberEdit.LabelFormat) contains the {0} placeholder, the maximum page number is displayed here.

See Also