PdfAcroFormGroupField.Children Property
In This Article
Returns the collection of group form field children.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public IList<PdfAcroFormField> Children { get; }
#Property Value
Type | Description |
---|---|
IList<Pdf |
A list of Pdf |
See Also