| KaxListViewDataItem Class |
Namespace: Kettic.AspNet.Controls
The KaxListViewDataItem type exposes the following members.
| Name | Description | |
|---|---|---|
| KaxListViewDataItem(KaxListView, Int32) | ||
| KaxListViewDataItem(KaxListView, Int32, KaxListViewItemType) |
| Name | Description | |
|---|---|---|
| ExtractValues |
Extracts values from this KaxListViewDataItem instance
and appends them to passed IDictionary collection
| |
| GetDataKeyValue |
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
| |
| UpdateValues |
Updates properties of the passed object instance from current
KaxListViewDataItem's extracted values
|
| Name | Description | |
|---|---|---|
| DataItem | ||
| DataItemIndex |
Gets the index of the data item bound to a control.
| |
| DisplayIndex |
Gets the position of the data item as displayed in a control.
| |
| Edit | Sets the Item in edit mode. | |
| SavedOldValues | Gets the old value of the edited item | |
| Selected | Gets or set value indicating whether the
KaxListView item is selected |