Skip to main content
All docs
V22.2

TreeList.IsNewItemRow(TreeListNode) Method

Identifies whether the specified node is the New Item Row.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v22.2.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public bool IsNewItemRow(
    TreeListNode node
)

Parameters

Name Type Description
node TreeListNode

The node.

Returns

Type Description
Boolean

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

See Also