Skip to main content
All docs
V25.1
  • PdfRadioGroupFormFieldFacade.RadiosInUnison Property

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

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.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