Skip to main content
A newer version of this page is available. .

PdfAcroFormGroupField.Children Property

Returns the collection of group form field children.

Namespace: DevExpress.Pdf

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

Declaration

public IList<PdfAcroFormField> Children { get; }

Property Value

Type Description
IList<PdfAcroFormField>

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

See Also