RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDecisionGrid.Options Property

Specifies settings that affect the entire grid display.

Pascal
property Options: TDecisionGridOptions;
C++
__property TDecisionGridOptions Options;

Set Options to include the desired properties for the grid. Options is a set drawn from the following values:

Value 
Meaning 
cgGridLines  
Vertical and horizontal lines are drawn to separate the cells in the scrollable data region.  
cgOutliner  
The dimension caption cells contain plus (+) and minus (-) signs that open or close dimensions in the grid when clicked. The minus sign closes (hides) an adjacent dimension. The plus sign opens (shows) an adjacent dimension.  
cgPivotable  
Dimensions can be rearranged by clicking on the dimension caption cells and dragging them to a new position.  

Note: If Options does not include cgOutliner, individual dimensions can still be opened and closed using the decision pivot. Similarly, if Options does not include cgPivotable, individual dimensions can still be opened and closed with the decision pivot.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!