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.v19.1.dll

Declaration

public int CurrentPageIndex { get; set; }

Property Value

Type Description
Int32

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

Implements

See Also