BarSubItemLink Class
In This Article
Represents the BarSubItemLink
link within a bar or a menu.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public class BarSubItemLink :
BarLinkContainerItemLink
#Remarks
The BarSubItemLink is a visual representation of the BarSubItem. A BarSubItem instance can have several item links. Each BarSubItemLink of the BarSubItem can have its own caption and is used to represent one item across different toolbars and menus.
#Inheritance
See Also