IDynamicDataSource::EnableDelete Property

 

Gets or sets a value that indicates whether the data source view supports the ability to delete rows.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

property bool EnableDelete {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the data source view supports the ability to delete rows; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: