KaxListViewPerformInsert Method |
Performs asynchronous insert operation, using the
DataSourceControl API, then
Rebinds. When the asynchronous operation calls back,
KaxListView will fire
ItemInserted event.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual void PerformInsert()
Public Overridable Sub PerformInsert
public:
virtual void PerformInsert()
abstract PerformInsert : unit -> unit
override PerformInsert : unit -> unit
ExceptionsException | Condition |
---|
InvalidOperationException | Insert item is available only when KaxListView is in insert mode. |
See Also