DataViewItem Properties
An individual data item in the ASPxDataView control.| Name | Description |
|---|---|
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| DataItem | Gets or sets the data item that is bound to the Item. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
See Also