ObjectDesignerDataSourceView::CanDelete Property
.NET Framework (current version)
Gets a value that indicates whether the associated data source control as it is currently configured can perform a Delete operation.
Assembly: System.Design (in System.Design.dll)
Property Value
Type: System::Booleantrue if the associated ObjectDataSource can perform a Delete operation; otherwise, false.
The CanDelete property returns true if the DeleteMethod property of the associated ObjectDataSource control contains a value other than the empty string ("").
.NET Framework
Available since 2.0
Available since 2.0
Show: