Back to Devexpress

PdfViewer.FocusNextFormField() Method

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-eb295df8.md

latest765 B
Original Source

PdfViewer.FocusNextFormField() Method

Goes to the next 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 FocusNextFormField()

Remarks

To navigate to the previous field, call the FocusPreviousFormField method.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace