Back to Devexpress

PdfAcroFormGroupField.Children Property

officefileapi-devexpress-dot-pdf-dot-pdfacroformgroupfield.md

latest1.2 KB
Original Source

PdfAcroFormGroupField.Children Property

Returns the collection of group form field children.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

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

Property Value

TypeDescription
IList<PdfAcroFormField>

A list of PdfAcroFormField objects that are the collection of form field child nodes.

|

See Also

PdfAcroFormGroupField Class

PdfAcroFormGroupField Members

DevExpress.Pdf Namespace