'Declaration
Public Overridable ReadOnly Property DataItem As System.Object
public virtual System.object DataItem {get;}
Remarks
Use the DataItem property to access the properties of the underlying data object to which the C1GridViewRow object is bound. The DataItem property is only available during and after the C1GridView.RowDataBound event of a System.Web.UI.WebControls.GridView control.