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

BarItemLinkCollection.Add(BarItem, Boolean, String, String, Boolean, Boolean) Method

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public virtual BarItemLink Add(
    BarItem item,
    bool beginGroup,
    string keyTip,
    string dropDownKeyTip,
    bool buttonGroup,
    bool allowCollapseInSimplifiedRibbon
)

Parameters

Name Type
item BarItem
beginGroup Boolean
keyTip String
dropDownKeyTip String
buttonGroup Boolean
allowCollapseInSimplifiedRibbon Boolean

Returns

Type
BarItemLink
See Also