DataCollection Property (GridIncrementalLoadingRow)
In This Topic
Gets the collection to which the bound item belongs to.
Syntax
'Declaration
Public ReadOnly Property DataCollection As IDataCollection(Of Object)
public IDataCollection<object> DataCollection {get;}
See Also