Click or drag to resize
KaxListViewEditableItem Constructor
Creates instance of KaxListViewEditableItem

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxListViewEditableItem(
	KaxListView ownerListView,
	int displayIndex
)

Parameters

ownerListView
Type: Kettic.AspNet.ControlsKaxListView
KaxListView instance which owns the item
displayIndex
Type: SystemInt32
index at which the item is located on the current page
See Also