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

TdxBarWindowItem.FocusedItemLink Property

Returns the item link of the focused item control.

#Declaration

Delphi
property FocusedItemLink: TdxBarItemLink read;

#Property Value

Type
TdxBarItemLink

#Remarks

One item control can have several linked item controls. Only one of the item controls can have focus at any given point in time. This property returns the TdxBarItemLink object that links a given item with the focused linked item control.

See Also