FormFieldValueChangingEventArgs.FieldName Property
Gets the name of the form field.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.1.dll
NuGet Package: DevExpress.Wpf.PdfViewer
Declaration
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