Skip to main content
A newer version of this page is available. .

GridLevelNodeCollection.Remove(GridLevelNode) Method

Removes the specified child node.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public void Remove(
    GridLevelNode node
)

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