Skip to main content
A newer version of this page is available. .
Bar

BarButtonItemLink Class

Represents a link to the BarButtonItem.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

Remarks

The BarButtonItemLink is a visual representation of the BarButtonItem. The BarButtonItem can have several item links. Each of them is a BarButtonItemLink class instance. Numerous links are used to represent one item across different toolbars and menus.

You can customize both a link and an item. If you customize the BarButtonItem, all changes are applied to all its link. Note that link customization affects a BarButtonItemLink class instance only.

See Also