ListEditItemCollection.FindByTextWithTrim(String) Method
In This Article
Removes all leading and trailing white-space characters from the passed string and returns an item with the identical ListEditItem.Text property value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ListEditItem FindByTextWithTrim(
string text
)
#Parameters
Name | Type | Description |
---|---|---|
text | String | A String value representing the List |
#Returns
Type | Description |
---|---|
List |
A List |
See Also