Skip to main content
All docs
V23.2

PdfFormFieldFacade<TWidget, TField>.Field Property

Retrieves field’s inner properties.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public TField Field { get; }

Property Value

Type Description
TField

A PdfInteractiveFormField descendant object that contains inner field properties.

See Also