Skip to main content
Bar

BarManager.CustomizeSelectedLink Property

Gets the currently customized link.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.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