Click or drag to resize
KaxListViewItem Class
Represents an individual item in a KaxListView control.
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      Kettic.AspNet.ControlsKaxListViewItem
        Kettic.AspNet.ControlsKaxListViewDataItem
        Kettic.AspNet.ControlsKaxListViewEmptyDataItem
        Kettic.AspNet.ControlsKaxListViewEmptyItem
        Kettic.AspNet.ControlsKaxListViewGroupItem

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxListViewItem : WebControl, 
	INamingContainer

The KaxListViewItem type exposes the following members.

Constructors
  NameDescription
Public methodKaxListViewItem
Top
Methods
  NameDescription
Public methodFireCommandEvent
Use this method to simulate item command event that bubbles to KaxListView and can be handled automatically or in a custom manner, handling KaxListView.ItemCommand event.
Top
Properties
  NameDescription
Public propertyIsInEditMode
Gets a value indicating whether the KaxListView item is in edit mode at the moment.
Public propertyItemType
Public propertyOwnerListView
Top
See Also