Active Query Builder 2 .NET Edition reference
ExpandDataSourceNodes Property



Instructs the component to expand nodes that groups query data sources by default.
Syntax
'Declaration
 
Public Property ExpandDataSourceNodes As System.Boolean
'Usage
 
Dim instance As QueryStructureTreeOptions
Dim value As System.Boolean
 
instance.ExpandDataSourceNodes = value
 
value = instance.ExpandDataSourceNodes
public System.bool ExpandDataSourceNodes {get; set;}
public: __property System.bool get_ExpandDataSourceNodes();
public: __property void set_ExpandDataSourceNodes( 
   System.bool value
);
See Also

Reference

QueryStructureTreeOptions Class
QueryStructureTreeOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback