Skip to main content

FormFieldValueChangingEventArgs.FieldName Property

Gets the name of the form field.

Namespace: DevExpress.Xpf.PdfViewer

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

Remarks

The FieldName property allows you to get the form field name you need to return in the PdfViewerControl.FormFieldValueChanging event.

See Also