TdxCustomBreadcrumbEdit.OnNodeDropDownPopup Event
In This Article
Enables you to perform specific actions before a node dropdown is displayed on-screen.
#Declaration
Delphi
property OnNodeDropDownPopup: TdxBreadcrumbEditNodeEvent read; write;
#Remarks
Fires before a node dropdown is displayed on-screen.
Sender specifies the breadcrumb control.
ANode specifies the node that owns the dropdown.
See Also