[]
Gets or sets user data associated with this row or column.
[Browsable(false)]
public virtual object UserData { get; set; }
<Browsable(False)>
Public Overridable Property UserData As Object
The UserData value is not used internally by the grid. It is reserved for additional data that the application may associate with rows or columns.