TdxCustomBreadcrumbEdit.OnNodeDropDownPopup Event
Enables you to perform specific actions before a node dropdown is displayed on-screen.
Declaration
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