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

PrintPreviewFormExBase.SelectedPageIndex Property

Gets or sets the index of the currently selected page in the form’s PrintControl.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v19.1.dll

Declaration

[Browsable(false)]
public int SelectedPageIndex { get; set; }

Property Value

Type Description
Int32

An integer value which represents the index of the selected page.

Remarks

The SelectedPageIndex property enables you to obtain the currently selected page within the PrintControl.

See Also