Click or drag to resize
KaxListViewDataItem Class
Represents an individual data item in a KaxListView control.
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      Kettic.AspNet.ControlsKaxListViewItem
        Kettic.AspNet.ControlsKaxListViewDataItem
          Kettic.AspNet.ControlsKaxListViewEditableItem
          Kettic.AspNet.ControlsKaxListViewGroupDataItem

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 KaxListViewDataItem : KaxListViewItem, 
	IDataItemContainer, INamingContainer

The KaxListViewDataItem type exposes the following members.

Constructors
Methods
  NameDescription
Public methodExtractValues
Extracts values from this KaxListViewDataItem instance and appends them to passed IDictionary collection
Public methodGetDataKeyValue
Get the DataKeyValues from the owner KaxListView with the corresponding item DisplayIndex and keyName. The keyName should be one of the specified in the DataKeyNames array
Public methodUpdateValues
Updates properties of the passed object instance from current KaxListViewDataItem's extracted values
Top
Properties
  NameDescription
Public propertyDataItem
Public propertyDataItemIndex
Gets the index of the data item bound to a control.
Public propertyDisplayIndex
Gets the position of the data item as displayed in a control.
Public propertyEdit
Sets the Item in edit mode.
Public propertySavedOldValues
Gets the old value of the edited item
Public propertySelected
Gets or set value indicating whether the KaxListView item is selected
Top
See Also