Intersoft.Client.UI.Editors Namespace > UXQueryBuilder Class : CollectionView Property |
<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); }
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.
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