Skip to main content
A newer version of this page is available. .

PdfEditorEventArgsBase.FieldName Property

Gets the name of the form field.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PdfViewer, DevExpress.Wpf.PdfViewer

Declaration

public string FieldName { get; }

Property Value

Type Description
String

A string that is the form field name.

See Also