GridLevelNodeCollection.Remove(GridLevelNode) Method
Removes the specified child node.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
node | GridLevelNode | A GridLevelNode object representing the node to delete from the collection. |
Remarks
If the specified node does not exist in the collection, this method does nothing.
To delete a specific node its GridLevelNode.Dispose method can also be called.
See Also