Skip to main content
All docs
V23.2

PdfRadioButtonWidgetFacade.IsChecked Property

Gets or sets whether a radio button is checked.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool IsChecked { get; set; }

Property Value

Type Description
Boolean

true if the radio button is checked; otherwise, false. Default value is false.

See Also