TrackBarItemCollection.FindByText(String) Method
In This Article
Returns an item with the specified text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TrackBarItem FindByText(
string text
)
#Parameters
Name | Type | Description |
---|---|---|
text | String | A String value that is the Track |
#Returns
Type | Description |
---|---|
Track |
A Track |
#Remarks
Use this method to obtain an item specified by a display text assigned to its TrackBarItem.Text property.
See Also