TrackBarProperties.Items Property
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TrackBarItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
Track |
A Track |
#Remarks
Use the Items property to access a collection of items within the track bar editor. The collection provides methods and properties that allow you to add new items and remove existing ones, access individual items, etc.
If the editor is data bound, the Items collection is filled automatically with items obtained from the bound data source. The manually defined Items collection content is ignored (overwritten) in this case.
Note that for a list editor to function properly, the TrackBarItem.Value property of all list items in the Items collection should specify a unique value.
Note
The Track
Note
The Items property synchronizes its value with the editor’s ASPx