Back to Devexpress

PdfFormFieldFacade<TWidget, TField>.Widgets Property

officefileapi-devexpress-dot-pdf-dot-pdfformfieldfacade-2.md

latest1.2 KB
Original Source

PdfFormFieldFacade<TWidget, TField>.Widgets Property

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

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public IList<TWidget> Widgets { get; }
vb
Public ReadOnly Property Widgets As IList(Of TWidget)

Property Value

TypeDescription
IList<TWidget>

A list of PdfWidgetFacade objects that contain widget properties.

|

See Also

PdfFormFieldFacade<TWidget, TField> Class

PdfFormFieldFacade<TWidget, TField> Members

DevExpress.Pdf Namespace