ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / InputFieldItem Class / ReadOnly Property

In This Topic
    ReadOnly Property (InputFieldItem)
    In This Topic
    Gets the read-only state. Prevents the user from changing the form field content.
    Syntax
    'Declaration
     
    Public ReadOnly Property ReadOnly As Boolean
    public bool ReadOnly {get;}
    See Also