TrackBarItemCollection.Item[Int32] Property
Provides indexed access to individual items within the TrackBarItemCollection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value specifying the zero-based index of the item to be accessed. |
Property Value
Type | Description |
---|---|
TrackBarItem | A TrackBarItem object that is an item located at the specified index within the collection. |
See Also