System.Web.UI.WebControls.DataListItem: Property Members

The properties of System.Web.UI.WebControls.DataListItem are listed below. For a list of all members, see the DataListItem Members list.

See Also: Inherited members from System.Web.UI.WebControls.WebControl

Public Properties

DataItemobject.

Gets or sets a data item associated with the System.Web.UI.WebControls.DataListItem object in the System.Web.UI.WebControls.DataList control.

[read-only]
ItemIndexint.

Gets the index of the System.Web.UI.WebControls.DataListItem object from the DataList.Items collection of the control.

[read-only]
ItemTypeListItemType.

Gets the type of the item represented by the System.Web.UI.WebControls.DataListItem object in the System.Web.UI.WebControls.DataList control.