| IChildNavigatorT Properties |
The IChildNavigatorT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| FirstChild |
Returns the first child
| |
| HasChildren |
True if there is any child, otherwise false.
| |
| HasParent |
True if has parent, otherwise false
| |
| LastChild |
Returns last child
| |
| NextSibling |
Returns the next sibling
| |
| Parent |
Parent of active element
| |
| PrevSibling |
Returns previous sibling
|