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

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(
	KaxListViewInsertItemPosition itemPosition,
	IDictionary defaultValues
)

Parameters

itemPosition
Type: Kettic.AspNet.ControlsKaxListViewInsertItemPosition
position at which the insertItem will be shown
defaultValues
Type: System.CollectionsIDictionary
values with which InsertItem will be populated
See Also