ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / InputFieldCheckBox Class / Checked Property

In This Topic
    Checked Property (InputFieldCheckBox)
    In This Topic
    Shows the check box selected unless the user deselects it.
    Syntax
    'Declaration
     
    Public Property Checked As Boolean
    public bool Checked {get; set;}
    See Also