Back to Devexpress

BarCustomContainerItem Events

windowsforms-devexpress-dot-xtrabars-dot-barcustomcontaineritem-dot-underscore-events.md

latest2.5 KB
Original Source

BarCustomContainerItem Events

Provides the functionality for all container items.

NameDescription
CloseUpOccurs when an item submenu closes.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
GetItemDataAllows you to supply child items for the BarCustomContainerItem object, or to customize existing child items.
HyperlinkClickOccurs each time an end-user clicks a hyperlink within the current BarItem. Inherited from BarItem.
ItemClickOccurs when the current item is clicked. Inherited from BarItem.
ItemDoubleClickFires when a link to an item is double-clicked. Inherited from BarItem.
ItemPressFires immediately after a link associated with an item has been pressed. Inherited from BarItem.
ItemRightClickOccurs when a user right-clicks the BarItem. Inherited from BarItem.
PaintMenuBarEnables you to paint the content of the bar displayed to the left of the sub-menu.
PopupOccurs when an item’s submenu pops up.

See Also

BarCustomContainerItem Class

BarCustomContainerItem Members

DevExpress.XtraBars Namespace