Back to Devexpress

BarManager.CustomizeSelectedLink Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-4b0b54ce.md

latest2.0 KB
Original Source

BarManager.CustomizeSelectedLink Property

Gets the currently customized link.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual BarItemLink CustomizeSelectedLink { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property CustomizeSelectedLink As BarItemLink

Property Value

TypeDescription
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.

See Also

StartCustomization

EndCustomization

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace