Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PageNumberKind Enum

Lists the formats used to display page numbers in a document.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Core.v24.1.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public enum PageNumberKind

#Members

Name Description
None

No information is displayed.

Number

The current page number is displayed, starting from 1 (e.g. “1”, “2”, “3”, …).

NumberOfTotal

Both the current page number and the total number of pages are displayed (e.g. “1 of 5”, “2 of 5”, “3 of 5”, …).

RomanLowNumber

The current page number is displayed using Roman numerals in lowercase (e.g. “i”, “ii”, “iii”, “iv”, …).

RomanHiNumber

The current page number is displayed using Roman numerals in uppercase (e.g. “I”, “II”, “III”, “IV”, …).

#Remarks

A PageNumberKind object is returned by the PageNumberExportSettings.Kind property.

See Also