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


In This Topic
    DataQueryParameters Structure Members
    In This Topic

    The following tables list the members exposed by DataQueryParameters.

    Public Properties
     NameDescription
    Public PropertyGets the filter request that provides information about the filter that must be executed by a query on an underlying data source.  
    Public PropertyGets the item-jump request that provides information about the item-jump operation that must be executed by a query on an underlying data source.  
    Public Property  
    Public PropertyGets the skip request that provides information about the skip operation that must be executed by a query on an underlying data source.  
    Public PropertyGets the sort request that provides information about the sort operation that must be executed by a query on an underlying data source.  
    Public PropertyGets the take request that provides information about the take operation that must be executed by a query on an underlying data source.  
    Top
    See Also