PerformanceSelectorOption property: Tree class
Description
This property selects the tree selector options for nVision for the tree. This property is used with nVision layouts and Query.
The values for this property are:
| Value | Description |
|---|---|
|
"S" |
Single values |
|
"R" |
Ranges of values (>=…<=). |
|
"B" |
Range of values (BETWEEN). |
If this is a new tree, and you do not set this property, the default value "R" is automatically set.
This property can be used only with an open tree, that is, you must open the tree using the Open method before you can use this property.
This property is read/write.
Related Topics