Back to Devexpress

TreeListNode.IsLast Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistnode-02b6261e.md

latest1.2 KB
Original Source

TreeListNode.IsLast Property

Gets whether the node is the last node within a collection of nodes.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool IsLast { get; }
vb
Public ReadOnly Property IsLast As Boolean

Property Value

TypeDescription
Boolean

true if the node is the last node within the collection; otherwise, false.

|

Remarks

To learn more, see Iterating Through Nodes.

See Also

IsFirst

TreeListNode Class

TreeListNode Members

DevExpress.Xpf.Grid Namespace