ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / StyleSheet Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (StyleSheet)
    In This Topic
    Gets a value indicating whether the System.Collections.IList is read-only.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsReadOnly As Boolean
    public bool IsReadOnly {get;}

    Property Value

    true if this instance is read only; otherwise, false.
    See Also