TrackBarItemCollection.FindByValue(Object) Method
In This Article
Returns an item with the specified Value property value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TrackBarItem FindByValue(
object value
)
#Parameters
Name | Type | Description |
---|---|---|
value | Object | A Object value representing the Track |
#Returns
Type | Description |
---|---|
Track |
A Track |
#Remarks
Use this method to obtain an item specified by an associated value assigned to its TrackBarItem.Value property.
See Also