Skip to main content

TcxTreeListNode.IsLastVisible Property

Indicates whether the node is the last visible node within the TreeList control.

Declaration

property IsLastVisible: Boolean read;

Property Value

Type
Boolean

Remarks

Use the IsLastVisible property to determine whether the node is the last visible node within the TreeList control. The node’s index among visible nodes is returned by the VisibleIndex property. The AbsoluteIndex property specifies the node’s position within the tree structure.

Note

this property value is affected when the node order is changed.

See Also