TreeViewItemExtenderGetIsLastOne Method |
Gets if the current tree view item is last one in its level.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public static bool GetIsLastOne(
DependencyObject sender
)
Public Shared Function GetIsLastOne (
sender As DependencyObject
) As Boolean
public:
static bool GetIsLastOne(
DependencyObject^ sender
)
Parameters
- sender
- Type: System.WindowsDependencyObject
The sender.
Return Value
Type:
Boolean is the element is last one in the list, otherwise
See Also