Click or drag to resize
KaxListViewShowInsertItem Method
Overload List
  Name Description
Public method ShowInsertItem
Places the KaxListView in insert mode, allowing user to insert a new data-item values.
Public method ShowInsertItem(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;
Public method ShowInsertItem(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;
Public method ShowInsertItem(KaxListViewInsertItemPosition)
Places the KaxListView in insert mode, allowing user to insert a new data-item values.
Public method ShowInsertItem(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;
Public method ShowInsertItem(KaxListViewInsertItemPosition, 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;
Top
See Also