Back to Devexpress

PdfViewer.FocusPreviousFormField() Method

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-458f0858.md

latest765 B
Original Source

PdfViewer.FocusPreviousFormField() Method

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

csharp
public void FocusPreviousFormField()

Remarks

To navigate to the next field, call the FocusNextFormField method.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace