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

In This Topic
    AllowEdit Property (DataTableExtender)
    In This Topic
    Gets or sets a value indicating whether row values in the DataTable represented by this DataTableExtender can be modified.
    Syntax
    'Declaration
     
    Public Property AllowEdit As System.Boolean
    public System.bool AllowEdit {get; set;}
    See Also