TdxCustomBreadcrumbEdit.OnInitPathEdit Event
In This Article
Occurs before a custom in-place path editor appears.
#Declaration
Delphi
property OnInitPathEdit: TNotifyEvent read; write;
#Remarks
Handle this event to customize settings of an in-place editor before it appears.
See Also