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

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