Skip to main content
All docs
V24.1

PdfRadioGroupFormFieldFacade.Items Property

Gets form field items.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.1.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