BarManager.CustomizeSelectedLink Property
In This Article
Gets the currently customized link.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public virtual BarItemLink CustomizeSelectedLink { get; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
#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.
See Also