Skip to main content
All docs
V26.1
  • RadioGroupItemWidgetAnnotation.Group Property

    Gets the radio group field that contains this radio button.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public RadioGroupField Group { get; }

    Property Value

    Type Description
    RadioGroupField

    The parent radio group field for this radio button.

    See Also