RepositoryItemPageNumberEdit.TotalPageCount Property
Gets or sets the maximum page number.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
[DefaultValue(0)]
[DXCategory("Appearance")]
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