Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarItemLink.AvailableIndex Property

Returns the item’s position in the AvailableItems collection of TdxBarItemLinks.

#Declaration

Delphi
property AvailableIndex: Integer read;

#Property Value

Type
Integer

#Remarks

Every TdxBarItemLink object is indexed in the AvailableItems zero-based collection of TdxBarItemLinks to which it belongs. The AvailableIndex property contains an item’s index value in this collection.

See Also