Xceed DataGrid for Silverlight Documentation
Data Property (DataQueryResult)


Gets the data that was retrieved by a data query.
Syntax
'Declaration
 
Public ReadOnly Property Data As IEnumerable
'Usage
 
Dim instance As DataQueryResult
Dim value As IEnumerable
 
value = instance.Data
public IEnumerable Data {get;}

Property Value

An IEnumerable containing the data that was retrieved by a data query.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataQueryResult Class
DataQueryResult Members

Send Feedback