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

DocumentPreviewModelBase.CurrentPageIndex Property

Specifies the zero-based current page index.

Namespace: DevExpress.Xpf.Printing

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public int CurrentPageIndex { get; set; }

Property Value

Type Description
Int32

A zero-based integer value specifying the current page index.

Implements

See Also