KaxListViewItemEventArgsItem Property |
The item being created or data-bound.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxListViewItem Item { get; }
Public ReadOnly Property Item As KaxListViewItem
Get
public:
property KaxListViewItem^ Item {
KaxListViewItem^ get ();
}
member Item : KaxListViewItem with get
Property Value
Type:
KaxListViewItem
See Also