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

PdfFormFieldFocusEventArgs.FieldName Property

Gets the name of the form field.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PdfViewer

Declaration

public string FieldName { get; }

Property Value

Type Description
String

A string that represents the form field name.

See Also