Skip to main content
Tab

ListEditItem.GetDataItem() Method

Returns the data source’s item object of the specified list item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public object GetDataItem()

Returns

Type Description
Object

The data source’s item object.

Remarks

Use the GetDataItem method to get a data source’s item object that corresponds to the list item.

object dataItem = ASPxComboBox1.SelectedItem.GetDataItem();
See Also