Skip to main content
Bar

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

BarManager.CustomizeSelectedLink Property

Gets the currently customized link.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

#Property Value

Type Description
BarItemLink

A BarItemLink object representing the currently customized link. null (Nothing in Visual Basic) if no link is being customized at present moment.

#Remarks

At runtime, you can invoke the Customization Window to customize bars. When this window is active, you can select individual links and invoke a context menu for them. The currently selected link is returned by the CustomizeSelectedLink property.

The image below displays a selected customized link with the context menu invoked for it.

Localization - 3rdToLocalize

See Also