TreeListView.DeleteNode(Int32) Method
In This Article
Removes the specified node and all its children (if any).
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value that identifies the node by its handle. |
See Also