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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
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