DesignerDataSourceView.CanDelete Property

 

Gets a value indicating whether the DataSourceView object that is associated with the current DataSourceControl object supports the ExecuteDelete method.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

Public Overridable ReadOnly Property CanDelete As Boolean

Property Value

Type: System.Boolean

true if the ExecuteDelete method is supported; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: