PdfFormFieldEditorShowingEventArgs.FieldName Property
Returns the field name.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
Declaration
public string FieldName { get; }
Property Value
Type | Description |
---|---|
String | The field name. |
See Also