ShowToolbarsContextMenuEventArgs(BarItemLinkCollection) Constructor
Initializes a new instance of the ShowToolbarsContextMenuEventArgs class.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v21.2.dll
NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation
Declaration
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