Skip to main content
All docs
V23.2

PdfButtonFormField.RadiosInUnison Property

Gets or sets whether to turn radio buttons on and off in unison.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool RadiosInUnison { get; set; }

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 turns on and off in unison (if one button is checked, all buttons are checked). Otherwise, the buttons are mutually exclusive.

See Also