TreeViewControl.GetNodeByContent(Object) Method
Returns a node with the specified content.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| content | Object | The content of the required node. |
Returns
| Type | Description |
|---|---|
| TreeListNode | The node with the specified content. |
Remarks
The GetNodeByContent method returns the node whose TreeListNodeBase.Content property is set to a value specified by the content parameter.
See Also