ASPxTreeList.FindNodesByFieldValue(String, Object) Method
In This Article
Returns a list of nodes that contain the specified value in the specified column.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public List<TreeListNode> FindNodesByFieldValue(
string fieldName,
object value
)
#Parameters
Name | Type | Description |
---|---|---|
field |
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<Tree |
The list of Tree |
See Also