Active Query Builder 2 .NET Edition reference
FilterTabsByActiveQueryPart Property



Allows to hide the sub-query tabs that do not belong to the currently visible query part.
Syntax
'Declaration
 
Public Property FilterTabsByActiveQueryPart As QueryPart
'Usage
 
Dim instance As BehaviorOptions
Dim value As QueryPart
 
instance.FilterTabsByActiveQueryPart = value
 
value = instance.FilterTabsByActiveQueryPart
public QueryPart FilterTabsByActiveQueryPart {get; set;}
public: __property QueryPart get_FilterTabsByActiveQueryPart();
public: __property void set_FilterTabsByActiveQueryPart( 
   QueryPart value
);
See Also

Reference

BehaviorOptions Class
BehaviorOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback