RepositoryItemBreadCrumbEdit.NodeDropDownButtonClick Event
Occurs whenever an end-user clicks any node drop-down button within this BreadCrumbEdit.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Events")]
public event BreadCrumbNodeClickEventHandler NodeDropDownButtonClick
Event Data
The NodeDropDownButtonClick event's data class is DevExpress.XtraEditors.BreadCrumbNodeClickEventArgs.
Remarks
Handle the NodeDropDownButtonClick event to respond to end-users clicking node drop-down buttons that display child nodes for the clicked node (see the figure below).
To get a node whose drop-down button was clicked, read the e.Node property.
See Also