TcxDoublyLinkedObjectList Properties
The base class for all classes that implement open doubly linked object lists.| Name | Description |
|---|---|
| Count | Returns the number of doubly linked objects within the list. |
| First | Returns the first doubly linked object within the list. |
| Last | Returns the last doubly linked object within the list. |
See Also