Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelNode.GetNode(String) Method

Gets the child node with a specific identifier.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

IModelNode GetNode(
    string id
)

Parameters

Name Type Description
id String

A string containing the identifier of a required child node.

Returns

Type Description
IModelNode

An IModelNode object representing the child node with a specific id.

See Also