Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

DataBoundControl.DataItem Property

The current data item during data binding.

[Visual Basic]
Public ReadOnly Property DataItem As Object
[C#]
public Object DataItem {get;}

Remarks

This property should only be used inside data binding related event handlers.

See Also

DataBoundControl Class | EO.Web Namespace


Direct link to this topic