Active Query Builder 2 .NET Edition reference
CollapseExpandButtonLocation Property



Determines location of the Collapse/Expand button.
Syntax
'Declaration
 
Public Property CollapseExpandButtonLocation As CollapseExpandButtonLocation
'Usage
 
Dim instance As DataSourceOptions
Dim value As CollapseExpandButtonLocation
 
instance.CollapseExpandButtonLocation = value
 
value = instance.CollapseExpandButtonLocation
public CollapseExpandButtonLocation CollapseExpandButtonLocation {get; set;}
public: __property CollapseExpandButtonLocation get_CollapseExpandButtonLocation();
public: __property void set_CollapseExpandButtonLocation( 
   CollapseExpandButtonLocation value
);

Property Value

Top instructs to place the button at the top of each data source; Bottom instructs to place the button at the bottom.
See Also

Reference

DataSourceOptions Class
DataSourceOptions Members
ShowCollapseExpandButton Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback