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

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