TdxCustomBreadcrumbEdit.OnPopulateChildren Event
Enables you to manually add children to the parent before children are displayed.
Declaration
property OnPopulateChildren: TdxBreadcrumbEditNodeEvent read; write;
Remarks
The OnPopulateChildren event fires if the parent’s child collection is empty, or children are not visible.
Sender specifies the breadcrumb control.
ANode specifies the parent.
See Also