Skip to main content
Bar

ShowToolbarsContextMenuEventArgs(BarItemLinkCollection) Constructor

Initializes a new instance of the ShowToolbarsContextMenuEventArgs class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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