BarManager.CustomizeSelectedLink Property
Gets the currently customized link.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
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.
See Also