Active Query Builder 2 .NET Edition reference
ExpandExpressionNodes Property



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

Reference

QueryStructureTreeOptions Class
QueryStructureTreeOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback