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.VisibleIndex Property

Returns the item’s position within the VisibleItems indexed collection of item links.

#Declaration

Delphi
property VisibleIndex: Integer read;

#Property Value

Type
Integer

#Remarks

Every TdxBarItemLink object is indexed in the VisibleItems zero-based collection of the TdxBarItemLinks type to which it belongs. The VisibleIndex property represents the index of the item link value in this collection.

See Also