TreeNode.IsLast Property
In This Article
Gets whether the node is the last node within the parent node.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
#Declaration
C#
public bool IsLast { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also