Intersoft ClientUI Documentation
CollectionView Property (UXQueryBuilder)



Gets or sets the value of collection view used for the filter process.
Syntax
<CategoryAttribute("Common Properties")>
Public Property CollectionView As PagedCollectionView
Dim instance As UXQueryBuilder
Dim value As PagedCollectionView
 
instance.CollectionView = value
 
value = instance.CollectionView
[CategoryAttribute("Common Properties")]
public PagedCollectionView CollectionView {get; set;}
[CategoryAttribute("Common Properties")]
public:
property PagedCollectionView^ CollectionView {
   PagedCollectionView^ get();
   void set (    PagedCollectionView^ value);
}
Remarks

Server and Client Side Operation

UXQueryBuilder is designed to be able to handle both server and client side operations. The server side operation takes advantage of QueryDescriptor class while the client side operation takes advantage of the PagedCollectionView.

For more information on how to configure UXQueryBuilder to handle server-side operation, see How-to: Use UXQueryBuilder for server side operation. Also, to configure UXQueryBuilder to handle client-side operation, see How-to: Use UXQueryBuilder for client side operation.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXQueryBuilder Class
UXQueryBuilder Members
PagedCollectionView Class

Send Feedback