ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputRadioButton Class / Checked Property

In This Topic
    Checked Property (RenderInputRadioButton)
    In This Topic
    Gets or sets a value indicating whether the current radio button is checked.
    Syntax
    'Declaration
     
    Public Property Checked As System.Boolean
    public System.bool Checked {get; set;}
    See Also