Skip to main content
All docs
V25.1
  • PdfRadioButtonWidgetFacade.IsChecked Property

    Gets or sets whether a radio button is checked.

    Namespace: DevExpress.Pdf

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