Intersoft ClientUI Documentation
ObjectType Property



Gets or sets the object type used for property list generation.
Syntax
<CategoryAttribute("Common Properties")>
Public Property ObjectType As Type
Dim instance As UXQueryBuilder
Dim value As Type
 
instance.ObjectType = value
 
value = instance.ObjectType
[CategoryAttribute("Common Properties")]
public Type ObjectType {get; set;}
[CategoryAttribute("Common Properties")]
public:
property Type^ ObjectType {
   Type^ get();
   void set (    Type^ 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

Send Feedback