RadioGroupField.ButtonStyle Property
Gets or sets the button style of the radio group field.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| FormFieldButtonStyle | The button style. |
Available values:
| Name | Description |
|---|---|
| Circle | Circle button style. |
| Check | Check button style. |
| Star | Star button style. |
| Cross | Cross button style. |
| Diamond | Diamond button style. |
| Square | Square button style. |
See Also