Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.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).

BRC - Node Drop-Down Button

To get a node whose drop-down button was clicked, read the e.Node property.

See Also