Skip to main content
All docs
V24.1

PdfFormFieldFacade<TWidget, TField>.Field Property

Retrieves field’s inner properties.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.1.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