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

    Retrieves properties of each annotation widget related to the form field.

    Namespace: DevExpress.Pdf

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public IList<TWidget> Widgets { get; }

    Property Value

    Type Description
    IList<TWidget>

    A list of PdfWidgetFacade objects that contain widget properties.

    See Also