Back to Devexpress

PdfFormFieldFacade<TWidget, TField>.Field Property

officefileapi-devexpress-dot-pdf-dot-pdfformfieldfacade-2-c27372bd.md

latest1.1 KB
Original Source

PdfFormFieldFacade<TWidget, TField>.Field Property

Retrieves field’s inner properties.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public TField Field { get; }
vb
Public ReadOnly Property Field As TField

Property Value

TypeDescription
TField

A PdfInteractiveFormField descendant object that contains inner field properties.

|

See Also

PdfFormFieldFacade<TWidget, TField> Class

PdfFormFieldFacade<TWidget, TField> Members

DevExpress.Pdf Namespace