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