Click or drag to resize
KaxListViewShowInsertItem Method (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(
	IDictionary defaultValues
)

Parameters

defaultValues
Type: System.CollectionsIDictionary
values with which InsertItem will be populated
See Also