EntityDataSourceView.CanDelete Property

Definition

Gets a value that indicates whether the EntityDataSourceView object that is associated with the current EntityDataSource control supports the delete operation.

public:
 virtual property bool CanDelete { bool get(); };
public override bool CanDelete { get; }
member this.CanDelete : bool
Public Overrides ReadOnly Property CanDelete As Boolean

Property Value

true if the operation is supported; otherwise, false.

Applies to