TCustomdxBarContainerItem.OnGetData Event
Occurs prior to activation of the list stored in a container item on screen.
Declaration
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