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

FormFieldValueChangedEventArgs.FieldName Property

Gets the name of the interactive form field in the PDF document.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public string FieldName { get; }

Property Value

Type Description
String

A string that is the form field name.

See Also