TreeNode.IsFirst Property
Gets whether the node is the first node within the parent node.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public bool IsFirst { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
See Also