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

PdfRadioGroupFormFieldFacade.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 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