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

    Gets or sets whether only one radio button can be selected.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public bool ToggleToOff { get; set; }

    Property Value

    Type Description
    Boolean

    true to select select only one radio button and if the user selects the selected button again, it has no effect; false to deselect the button if it is selected again.

    See Also