Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TCustomdxBarContainerItem.OnGetData Event

In This Article

Occurs prior to activation of the list stored in a container item on screen.

#Declaration

Delphi
property OnGetData: TNotifyEvent read; write;

#Remarks

Handle this event to perform specific actions before a container item activates its list on screen. For instance, the event handler can mark several items in a list as selected.

See Also