BarButtonItemLink Class
A bar item link to BarButtonItem.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public class BarButtonItemLink :
BarBaseButtonItemLink
#Remarks
A bar item link is a visual representation of a bar item (BarButtonItem) that is displayed in the Ribbon UI, toolbars, and menus. The bar button item can have multiple links (see the image below). The bar item’s settings specify the default behavior and appearance of its links. The BarButtonItemLink
class contains settings that allow you to customize a certain link.
using DevExpress.XtraBars;
using DevExpress.XtraBars.Ribbon;
// Customizes the links of a bar button item.
(barButtonItem1.Links[1] as BarButtonItemLink).UserRibbonStyle = RibbonItemStyles.SmallWithoutText;
(barButtonItem1.Links[2] as BarButtonItemLink).UserRibbonStyle = RibbonItemStyles.SmallWithText;
Read the following topic for detailed information and examples: Bar Item Links.
Note
Button Items (Bar
Read the following article for general information on how to specify images in DevExpress UI controls for Win