Skip to main content

TdxOcNode.IsVisible Property

Identifies if both the current node and its parent are expanded.

Declaration

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