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

BarCustomContainerItem.GetItemData Event

Allows you to provide child items for the current BarCustomContainerItem object, or to customize the existing child items.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public event EventHandler GetItemData

Event Data

The GetItemData event's data class is EventArgs.

Remarks

Please note that the GetItemData event may be called multiple times during the application run. These cases include but are not limited to:

  • The form is about to be shown.
  • Child items are about to be displayed (for instance, when the popup menu is invoked).
See Also