Skip to main content
Tab

TitleIndexItem.DataItem Property

Gets the data item that is bound to the item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public object DataItem { get; set; }

Property Value

Type Description
Object

A Object that represents the data item that is bound to the current item.

Remarks

When a ASPxTitleIndex control is bound to a data source (such as a XmlDataSource or AccessDataSource object, for instance), this property is set to the data item (for instance, a data row) that is bound to this specific item. This property is commonly used to access the value of the data item.

Note

This property is available only after data binding has occurred.

See Also