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

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

#Declaration

Delphi
property CanVisibleIndex: Integer read;

#Property Value

Type
Integer

#Remarks

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

See Also