ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / IInputField Interface / ReadOnly Property

In This Topic
    ReadOnly Property (IInputField)
    In This Topic
    Gets a value indicating whether the input field is read-only.
    Syntax
    'Declaration
     
    ReadOnly Property ReadOnly As Boolean
    bool ReadOnly {get;}

    Property Value

    true if the input field is read-only; otherwise, false.
    See Also