PrintPreviewFormExBase.SelectedPageIndex Property
In This Article
Gets or sets the index of the currently selected page in the form’s PrintControl.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: 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