Specifies the item’s position within the collection.
Declaration
itemObj.Index
Read-Write Property | Integer |
itemObj | One of the objects listed in the Applies To section |
Applies To
This property applies to the following objects:
TcxEditButton, TcxRadioGroupItem
Description
The Index
property lets you get or set the item’s position (index) within the collection to which it belongs. Setting the Index
property will move the given item to the specified position in the collection.
The total number of items in the collection is specified by the Count
property of an object that provides access to this collection.
Property Value
A zero-based integer value that denotes the items’s position within the collection.