Back to Devexpress

TreeList.IsNewItemRow(TreeListNode) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-isnewitemrow-x28-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-x29.md

latest1.7 KB
Original Source

TreeList.IsNewItemRow(TreeListNode) Method

Identifies whether the specified node is the New Item Row.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public bool IsNewItemRow(
    TreeListNode node
)
vb
Public Function IsNewItemRow(
    node As TreeListNode
) As Boolean

Parameters

NameTypeDescription
nodeTreeListNode

The node.

|

Returns

TypeDescription
Boolean

true if the specified node is the New Item Row; otherwise, false.

|

See Also

New Item Row

NewItemNodeId

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace