Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfGraphicsAcroFormRadioGroupField Properties
Show Inherited Hide Inherited

A radio group field in PDF Graphics API.
Name Description
Appearance Obtains appearance settings of a form field. Inherited from PdfGraphicsAcroFormField.
ButtonStyle Gets or sets the radio button style.
Name Specifies form field’s name. Inherited from PdfGraphicsAcroFormField.
Print Specifies whether a form field is printable. Inherited from PdfGraphicsAcroFormField.
RadioButtonCount Gets the number of radio buttons in the radio group field.
ReadOnly Gets or sets whether the interactive form field is read-only. Inherited from PdfGraphicsAcroFormField.
Required Gets or sets whether to force users to complete a form field. Inherited from PdfGraphicsAcroFormField.
Rotation Specifies a form field’s rotation angle. Inherited from PdfGraphicsAcroFormField.
SelectedIndex Specifies index of the selected item in radio group field.
ShouldGeneratePressedAppearance Specifies whether to generate a down appearance that appears when the mouse button is pressed within the radio button area.
ToolTip Specifies a form field’s tooltip text. Inherited from PdfGraphicsAcroFormField.
Visible Specifies whether a form field is visible on a page. Inherited from PdfGraphicsAcroFormField.
See Also