Back to Devexpress

TdxOcNode.IsVisible Property

vcl-dxorgchr-dot-tdxocnode-b13b3d66.md

latest747 B
Original Source

TdxOcNode.IsVisible Property

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

TdxOcNode.MakeVisible

TdxOcNode Class

TdxOcNode Members

dxorgchr Unit