ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / InputFieldCheckBoxItem Class / Checked Property

In This Topic
    Checked Property (InputFieldCheckBoxItem)
    In This Topic
    Gets the value indicating the state of the CheckBox.
    Syntax
    'Declaration
     
    Public ReadOnly Property Checked As Boolean
    public bool Checked {get;}
    See Also