Back to Devexpress

TdxCustomBreadcrumbEdit.OnPopulateChildren Event

vcl-dxbreadcrumbedit-dot-tdxcustombreadcrumbedit.md

latest814 B
Original Source

TdxCustomBreadcrumbEdit.OnPopulateChildren Event

Enables you to manually add children to the parent before children are displayed.

Declaration

delphi
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

How to Populate the Virtual Breadcrumb Control

TdxCustomBreadcrumbEdit Class

TdxCustomBreadcrumbEdit Members

dxBreadcrumbEdit Unit