Skip to main content
All docs
V25.1
  • PdfRadioGroupFormFieldFacade.Items Property

    Gets form field items.

    Namespace: DevExpress.Pdf

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