Skip to main content
A newer version of this page is available. .

RepositoryItemBreadCrumbEdit.NodeDropDownButtonClick Event

Occurs whenever an end-user clicks any node drop-down button within this BreadCrumbEdit.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

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