TdxOcNode.IsVisible Property
In This Article
Identifies if both the current node and its parent are expanded.
#Declaration
Delphi
property IsVisible: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True if the parent’s IsVisible and Expanded properties are True; otherwise — False.
Note
This property does not indicate whether a node is within the control boundaries.
See Also