ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataView Class / AllowEdit Property

In This Topic
    AllowEdit Property (C1DataView)
    In This Topic
    Gets or sets a value indicating whether editing of C1ViewRow objects that belong to this C1DataView is permitted.
    Syntax
    'Declaration
     
    Public Property AllowEdit As System.Boolean
    public System.bool AllowEdit {get; set;}
    See Also