Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.Data Namespace / DataQueryResult Class
Properties


In This Topic
    DataQueryResult Class Members
    In This Topic

    The following tables list the members exposed by DataQueryResult.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DataQueryResult class specifying the data that was retrieved by a data query as well as the inline and total item counts.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the data that was retrieved by a data query.  
    Public PropertyGets or sets the inline item count, which represents the item count that was returned in the request response.  
    Public PropertyGets or sets the total number of items that are in the source.  
    Top
    See Also