Skip to main content
All docs
V23.2

PdfButtonFormField.ToggleToOff Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool ToggleToOff { get; set; }

Property Value

Type Description
Boolean

true to select one radio button at all times; otherwise, false.

Remarks

This property has effect only if the PdfButtonFormField.Type property return PdfFormFieldType.RadioGroup.

If the ToggleToOff property is set to true, only one radio button can be selected; selecting the selected button again has no effect. Otherwise, clicking the selected button again deselects it.

See Also