PdfViewerCommands.FocusPreviousFormField Property
In This Article
Returns the command that navigates to the previous field in the document.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public Command FocusPreviousFormField { get; }
#Property Value
Type | Description |
---|---|
Command | A command that navigates to the previous field in the document. |
See Also