Skip to main content
A newer version of this page is available.
All docs
V18.2

PageViewModelBase.PageIndex Property

Gets the index of the page in a document.

Namespace: DevExpress.Xpf.Printing.PreviewControl

Assembly: DevExpress.Xpf.Printing.v18.2.dll

Declaration

public virtual int PageIndex { get; protected set; }

Property Value

Type Description
Int32

An integer value that specifies the page index.

Implements

See Also