ShowToolbarsContextMenuEventArgs(BarItemLinkCollection) Constructor
Initializes a new instance of the ShowToolbarsContextMenuEventArgs class.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: 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