TreeList.IsNewItemRow(TreeListNode) Method
Identifies whether the specified node is the New Item Row.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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