TCustomdxBarSubItem.DoCloseUp Method
In This Article
Generates the OnCloseUp event.
#Declaration
Delphi
procedure DoCloseUp; dynamic;
#Remarks
This method is called upon closing a sub item. Descendants can override DoCloseUp to perform specific actions on closing a submenu.
See Also