Back to Devexpress

BarSubItemLink Class

windowsforms-devexpress-dot-xtrabars-8d9c805c.md

latest1.6 KB
Original Source

BarSubItemLink Class

Represents the BarSubItemLink link within a bar or a menu.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class BarSubItemLink :
    BarLinkContainerItemLink
vb
Public Class BarSubItemLink
    Inherits 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

Object BarItemLink BarCustomContainerItemLink BarLinkContainerItemLink BarSubItemLink

See Also

BarSubItemLink Members

BarSubItem

DevExpress.XtraBars Namespace