Skip to main content
A newer version of this page is available. .
All docs
V21.1
.NET Framework 4.5.2+

PdfRadioGroupFormFieldFacade.RadiosInUnison Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v21.1.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 turn on and off in unison (if one button is checked, all buttons are checked). Otherwise, the buttons work independently.

See Also