ASPxTreeList.FindNodesByFieldValue(String, Object) Method
Returns a list of nodes that contain the specified value in the specified column.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
fieldName | String | A String value that identifies the data column by the name of the data field. |
value | Object | An object that represents the search value. |
Returns
Type | Description |
---|---|
List<TreeListNode> | The list of TreeListNode objects that represent nodes with the specified value in the specified column. |
See Also