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

ShowToolbarsContextMenuEventArgs(BarItemLinkCollection) Constructor

Initializes a new instance of the ShowToolbarsContextMenuEventArgs class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public ShowToolbarsContextMenuEventArgs(
    BarItemLinkCollection itemLinks
)

Parameters

Name Type Description
itemLinks BarItemLinkCollection

A BarItemLinkCollection object containing links to display in the customization menu. This object is assigned to the ShowToolbarsContextMenuEventArgs.ItemLinks property.

See Also