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