Click or drag to resize
KaxListViewPerformDelete Method (KaxListViewDataItem, Boolean)
Perform delete operation, using the DataSourceControl API. Please make sure you have specified the correct DataKeyNames for the KaxListView.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual void PerformDelete(
	KaxListViewDataItem editedItem,
	bool suppressRebind
)

Parameters

editedItem
Type: Kettic.AspNet.ControlsKaxListViewDataItem
suppressRebind
Type: SystemBoolean
See Also