Skip to main content
A newer version of this page is available. .
All docs
V21.1
.NET Framework 4.5.2+

PdfFormFieldFacade<T, V>.Widgets Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public IList<T> Widgets { get; }

Property Value

Type Description
IList<T>

A list of PdfWidgetFacade objects that contain widget properties.

See Also