Skip to main content

PdfFormFieldValueChangingEventArgs.FieldName Property

Gets the name of the form field.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public string FieldName { get; }

Property Value

Type Description
String

A string that represents the form field name.

Remarks

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

See Also