Skip to main content

GridLevelNodeCollection.Remove(GridLevelNode) Method

Removes the specified child node.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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