TrackBarItemCollection.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 Text property value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TrackBarItem FindByTextWithTrim(
string text
)
#Parameters
Name | Type | Description |
---|---|---|
text | String | A String value specifying the Track |
#Returns
Type | Description |
---|---|
Track |
A Track |
See Also