PdfRadioGroupFormFieldFacade.RadiosInUnison Property
In This Article
Gets or sets whether to turn radio group buttons on and off in unison.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to turn radio buttons on and off in unison; otherwise, false. |
#Remarks
If this property is set to true, radio group buttons that use the same value for the On state turn on and off in unison (if one button is checked, all buttons are checked). Otherwise, the buttons work independently.
See Also