Skip to main content
All docs
V25.1
  • PdfFormFieldFacade<TWidget, TField>.Field Property

    Retrieves field’s inner properties.

    Namespace: DevExpress.Pdf

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