ListEditItem.GetDataItem() Method
Returns the data source’s item object of the specified list item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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