Skip to main content

FormFieldValueChangedEventArgs.FieldName Property

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

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v24.1.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