ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / IInputCheckBoxField Interface / Checked Property

In This Topic
    Checked Property (IInputCheckBoxField)
    In This Topic
    Gets a value indicating whether the checkbox is checked.
    Syntax
    'Declaration
     
    ReadOnly Property Checked As Boolean
    bool Checked {get;}

    Property Value

    A System.Boolean value. true if the checkbox is checked; otherwise, false.
    See Also