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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual void ShowInsertItem(
Object dataItem
)
Public Overridable Sub ShowInsertItem (
dataItem As Object
)
public:
virtual void ShowInsertItem(
Object^ dataItem
)
abstract ShowInsertItem :
dataItem : Object -> unit
override ShowInsertItem :
dataItem : Object -> unit
Parameters
- dataItem
- Type: SystemObject
object to which InsertItem will be bound
See Also