ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewColumn Class / ReadOnly Property

In This Topic
    ReadOnly Property
    In This Topic
    Gets or sets the value indicating wheather this column is read only or modifiable.
    Syntax
    'Declaration
     
    Public Property ReadOnly As System.Boolean
    public System.bool ReadOnly {get; set;}
    Remarks
    The default value of this property is determined as follows. If one of the following conditions are satisfied then default value is true:

    You can change this property value (to true) only if its default value is false, changing of default true to false is ignored.

    See Also