Click or drag to resize
KaxListViewEditableItem Class
Represents an editable item
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      Kettic.AspNet.ControlsKaxListViewItem
        Kettic.AspNet.ControlsKaxListViewDataItem
          Kettic.AspNet.ControlsKaxListViewEditableItem
            Kettic.AspNet.ControlsKaxListViewInsertItem

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 KaxListViewEditableItem : KaxListViewDataItem

The KaxListViewEditableItem type exposes the following members.

Constructors
  NameDescription
Public methodKaxListViewEditableItem
Creates instance of KaxListViewEditableItem
Top
Properties
  NameDescription
Public propertyIsInEditMode
Gets a value indicating whether the KaxListView item is in edit mode at the moment.
(Overrides KaxListViewItemIsInEditMode.)
Top
See Also