KaxListViewShowInsertItem Method |
Name | Description | |
---|---|---|
![]() |
ShowInsertItem |
Places the KaxListView in insert mode, allowing user to insert a new data-item
values.
|
![]() |
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;
|
![]() |
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;
|
![]() |
ShowInsertItem(KaxListViewInsertItemPosition) |
Places the KaxListView in insert mode, allowing user to insert a new data-item
values.
|
![]() |
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;
|
![]() |
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;
|