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

PdfButtonFormField.ToggleToOff Property

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

Namespace: DevExpress.Pdf

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