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


In This Topic
    DataQueryParameters Structure Properties
    In This Topic

    For a list of all members of this type, see DataQueryParameters members.

    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