Skip to main content
All docs
V23.2

PdfFormFieldFacade<TWidget, TField>.Widgets Property

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

Namespace: DevExpress.Pdf

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