Skip to main content
A newer version of this page is available. .
Tab

TrackBarItemCollection.FindByValue(Object) Method

Returns an item with the specified Value property value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public TrackBarItem FindByValue(
    object value
)

Parameters

Name Type Description
value Object

A Object value representing the TrackBarItem.Value property value of the required item.

Returns

Type Description
TrackBarItem

A TrackBarItem object with a specific value of the Value property.

Remarks

Use this method to obtain an item specified by an associated value assigned to its TrackBarItem.Value property.

See Also