Click or drag to resize
KaxListViewShowInsertItem Method (Object)
Places the KaxListView in insert mode, allowing user to insert a new data-item values. The InsertItem created will be bound to the provided object;

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 ShowInsertItem(
	Object dataItem
)

Parameters

dataItem
Type: SystemObject
object to which InsertItem will be bound
See Also