Skip to main content
All docs
V23.2

PdfRadioGroupFormFieldFacade.Items Property

Gets form field items.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public IEnumerable<PdfFormFieldItem> Items { get; }

Property Value

Type Description
IEnumerable<PdfFormFieldItem>

A list of form field items.

See Also