PdfViewer.FocusPreviousFormField() Method
In This Article
Goes to the previous field in the document. If no field is focused, this method does not focus any fields.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public void FocusPreviousFormField()
#Remarks
To navigate to the next field, call the FocusNextFormField method.
See Also