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

FormFieldValueChangingEventArgs.FieldName Property

Gets the name of the form field.

Namespace: DevExpress.Xpf.PdfViewer

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

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